Skip to content

Commit 90e268f

Browse files
committed
address redundant if
1 parent 2c731f6 commit 90e268f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -692,10 +692,9 @@ validation rules apply in each case.
692692

693693
- For each {argument} in the document:
694694
- Let {argumentName} be the Name of {argument}.
695-
- If the parent is a field or directive:
696695
- Let {argumentDefinition} be the argument or variable definition named
697696
{argumentName} provided by the parent field definition, directive definition
698-
or fragment definition.
697+
or fragment spread.
699698
- {argumentDefinition} must exist.
700699

701700
**Explanatory Text**

0 commit comments

Comments
 (0)