Skip to content

Commit c22c75d

Browse files
committed
Fix algorithm format
1 parent 10e6a5e commit c22c75d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ CollectSubscriptionFields(objectType, selectionSet, visitedFragments):
286286
- If no such {fragment} exists, continue with the next {selection} in
287287
{selectionSet}.
288288
- Let {fragmentType} be the type condition on {fragment}.
289-
- If {DoesFragmentTypeApply(objectType, fragmentType)} is false, continue
289+
- If {DoesFragmentTypeApply(objectType, fragmentType)} is {false}, continue
290290
with the next {selection} in {selectionSet}.
291291
- Let {fragmentSelectionSet} be the top-level selection set of {fragment}.
292292
- Let {fragmentGroupedFieldSet} be the result of calling
@@ -301,7 +301,7 @@ CollectSubscriptionFields(objectType, selectionSet, visitedFragments):
301301
- If {selection} is an {InlineFragment}:
302302
- Let {fragmentType} be the type condition on {selection}.
303303
- If {fragmentType} is not {null} and {DoesFragmentTypeApply(objectType,
304-
fragmentType)} is false, continue with the next {selection} in
304+
fragmentType)} is {false}, continue with the next {selection} in
305305
{selectionSet}.
306306
- Let {fragmentSelectionSet} be the top-level selection set of {selection}.
307307
- Let {fragmentGroupedFieldSet} be the result of calling

0 commit comments

Comments
 (0)