Skip to content

Commit 5584176

Browse files
committed
wording
1 parent 08d3d32 commit 5584176

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
@@ -576,10 +576,10 @@ getArgumentValuesFromSpread(fragmentSpread, schema, fragmentDefinitionVariableDe
576576
- If {defaultValue} exists
577577
- Add an entry to {coercedValues} named {argumentName} with the value
578578
{defaultValue}.
579-
- If {variableType} is not-nullable raise a field-error
579+
- If {variableType} is non-nullable raise a field-error
580580
- Let {hasValue} be {true} if {fragmentArgumentValues} or {variableValues} provides a value for the name
581581
{variableName}.
582-
- If {variableType} is not-nullable and {hasValue} is {false} raise a field-error
582+
- If {variableType} is non-nullable and {hasValue} is {false} raise a field-error
583583
- Add an entry to {coercedValues} named {argumentName} with the value
584584
found in {variableValues} or {fragmentArgumentValues}.
585585
- Return {coercedValues}.

0 commit comments

Comments
 (0)