Skip to content

Commit e9a4ec2

Browse files
leebyronbenjie
andauthored
Update spec/Section 6 -- Execution.md
Co-authored-by: Benjie <benjie@jemjie.com>
1 parent 49e367f commit e9a4ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ ResolveVariable(type, variableName, coercedVariableValues):
129129
- If {type} is a Non-Null type and {variableValue} is {null}, raise a
130130
_coercion failure_.
131131
- Assert: {variableValue} is valid for {type}, as it was already coerced
132-
{CoerceVariableValues()}.
132+
in {CoerceVariableValues()}.
133133
- Return {true}, {variableValue}.
134134
- Otherwise return {false}, {null}.
135135

0 commit comments

Comments
 (0)