diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index 0552ef11d..a051dc634 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -1007,7 +1007,7 @@ subsequentPayloads, asyncRecord): - Let {iterator} be an iterator for {result}. - Let {items} be an empty list. - Let {index} be zero. - - While {result} is not closed: + - While {result} is not closed: - If {streamDirective} is defined and {index} is greater than or equal to {initialCount}: - Call {ExecuteStreamField(label, iterator, index, fields, innerType, @@ -1023,7 +1023,7 @@ subsequentPayloads, asyncRecord): asyncRecord)}. - Append {resolvedItem} to {initialItems}. - Increment {index}. - - Return {items}. + - Return {items}. - If {fieldType} is a Scalar or Enum type: - Return the result of {CoerceResult(fieldType, result)}. - If {fieldType} is an Object, Interface, or Union type: