Skip to content

Commit ab5e4d4

Browse files
authored
fix typos (graphql#6)
* fix whitespace * complete renaming of initialItems
1 parent cac3688 commit ab5e4d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ subsequentPayloads, asyncRecord):
10021002
- Let {iterator} be an iterator for {result}.
10031003
- Let {items} be an empty list.
10041004
- Let {index} be zero.
1005-
- While {result} is not closed:
1005+
- While {result} is not closed:
10061006
- If {streamDirective} is defined and {index} is greater than or equal to
10071007
{initialCount}:
10081008
- Call {ExecuteStreamField(label, iterator, index, fields, innerType,
@@ -1015,9 +1015,9 @@ subsequentPayloads, asyncRecord):
10151015
- Let {resolvedItem} be the result of calling {CompleteValue(innerType,
10161016
fields, resultItem, variableValues, itemPath, subsequentPayloads,
10171017
asyncRecord)}.
1018-
- Append {resolvedItem} to {initialItems}.
1018+
- Append {resolvedItem} to {items}.
10191019
- Increment {index}.
1020-
- Return {items}.
1020+
- Return {items}.
10211021
- If {fieldType} is a Scalar or Enum type:
10221022
- Return the result of {CoerceResult(fieldType, result)}.
10231023
- If {fieldType} is an Object, Interface, or Union type:

0 commit comments

Comments
 (0)