Skip to content

Commit 8be0561

Browse files
JoviDeCroockbenjie
andcommitted
Apply suggestions from code review
Co-authored-by: Benjie <[email protected]>
1 parent 16e8986 commit 8be0561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ FieldsInSetCanMerge(set):
423423
arguments.
424424
- Let {spreadsForName} be the set of fragment spreads with a given name in
425425
{visitedSelections}.
426-
- Given each pair of members {spreadA} and {spreadB} in {spreadsForName}:
427-
- {spreadA} and {spreadB} must have identical sets of arguments, values and directives.
426+
- For each {spreadsForName} as {name} and {spreads}:
427+
- Each entry in {spreads} must have identical sets of arguments to each other entry in {spreads}.
428428
- Let {fieldsForName} be the set of selections with a given response name in
429429
{visitedSelections}.
430430
- Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:

0 commit comments

Comments
 (0)