Skip to content

Commit 47e4904

Browse files
committed
Add a period
1 parent 6f7541f commit 47e4904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ CoerceArgumentValues(objectType, field, variableValues):
618618
- Let {value} be the value provided in {variableValues} for the name
619619
{variableName}.
620620
- Otherwise if {argumentValues} provides a value for the name {argumentName}.
621-
- Let {hasValue} be {true}
621+
- Let {hasValue} be {true}.
622622
- Let {value} be {argumentValue}.
623623
- If {hasValue} is not {true} and {defaultValue} exists (including {null}):
624624
- Add an entry to {coercedValues} named {argumentName} with the value

0 commit comments

Comments
 (0)