Skip to content

Commit 2b395c4

Browse files
committed
fix formatting
1 parent 94f55b9 commit 2b395c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 5 -- Validation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,8 @@ SameResponseShape(fieldA, fieldB):
452452
selection set of {fieldB}.
453453
- Let {fieldsForName} be the set of selections with a given response name in
454454
{mergedSet} including visiting fragments and inline fragments.
455-
- Given each pair of distinct members {subfieldA} and {subfieldB} in {fieldsForName}:
455+
- Given each pair of distinct members {subfieldA} and {subfieldB} in
456+
{fieldsForName}:
456457
- If {SameResponseShape(subfieldA, subfieldB)} is {false}, return {false}.
457458
- Return {true}.
458459

0 commit comments

Comments
 (0)