Skip to content

Commit 548163a

Browse files
committed
wording
1 parent a868d04 commit 548163a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,10 @@ getArgumentValuesFromSpread(fragmentSpread, schema, fragmentDefinitionVariableDe
578578
- If {defaultValue} exists
579579
- Add an entry to {coercedValues} named {argumentName} with the value
580580
{defaultValue}.
581-
- If {variableType} is not-nullable raise a field-error
581+
- If {variableType} is non-nullable raise a field-error
582582
- Let {hasValue} be {true} if {fragmentArgumentValues} or {variableValues} provides a value for the name
583583
{variableName}.
584-
- If {variableType} is not-nullable and {hasValue} is {false} raise a field-error
584+
- If {variableType} is non-nullable and {hasValue} is {false} raise a field-error
585585
- Add an entry to {coercedValues} named {argumentName} with the value
586586
found in {variableValues} or {fragmentArgumentValues}.
587587
- Return {coercedValues}.

0 commit comments

Comments
 (0)