Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjie <benjie@jemjie.com>
  • Loading branch information
JoviDeCroock and benjie committed Mar 29, 2024
1 parent 03ba255 commit 08927c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ FieldsInSetCanMerge(set):
arguments.
- Let {spreadsForName} be the set of fragment spreads with a given name in
{visitedSelections}.
- Given each pair of members {spreadA} and {spreadB} in {spreadsForName}:
- {spreadA} and {spreadB} must have identical sets of arguments, values and directives.
- For each {spreadsForName} as {name} and {spreads}:
- Each entry in {spreads} must have identical sets of arguments to each other entry in {spreads}.
- Let {fieldsForName} be the set of selections with a given response name in
{visitedSelections}.
- Given each pair of members {fieldA} and {fieldB} in {fieldsForName}:
Expand Down

0 comments on commit 08927c6

Please sign in to comment.