Skip to content

Commit c976d31

Browse files
authored
Fix typo in CollectFields (#732)
1 parent 539f8e2 commit c976d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ response in a stable and predictable order.
479479

480480
CollectFields(objectType, selectionSet, variableValues, visitedFragments):
481481

482-
* If {visitedFragments} if not provided, initialize it to the empty set.
482+
* If {visitedFragments} is not provided, initialize it to the empty set.
483483
* Initialize {groupedFields} to an empty ordered map of lists.
484484
* For each {selection} in {selectionSet}:
485485
* If {selection} provides the directive `@skip`, let {skipDirective} be that directive.

0 commit comments

Comments
 (0)