Skip to content

Commit 162fa68

Browse files
committed
Consistency
1 parent 159523d commit 162fa68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ExecuteQuery(query, schema, variableValues, initialValue):
131131
- Let {queryType} be the root Query type in {schema}.
132132
- Assert: {queryType} is an Object type.
133133
- Let {selectionSet} be the top level Selection Set in {query}.
134-
- Let {data}, {defers}, {streams} be the result of running
134+
- Let {data}, {defers} and {streams} be the result of running
135135
{ExecuteSelectionSet(selectionSet, queryType, initialValue, variableValues)}
136136
_normally_ (allowing parallelization).
137137
- Let {errors} be the list of all _field error_ raised while executing the
@@ -270,7 +270,7 @@ initialStreams, variableValues):
270270
- Let {index} be the result of adding {initialCount} to
271271
{remainingValueIndex}.
272272
- Let {path} be a copy of {parentPath} with {index} appended.
273-
- Let {value}, {childDefers}, {childStreams} be the result of calling
273+
- Let {value}, {childDefers} and {childStreams} be the result of calling
274274
{CompleteValue(itemType, fields, remainingValue, variableValues, path)}.
275275
- Let {childErrors} be the list of all _field error_ raised while
276276
completing the value.

0 commit comments

Comments
 (0)