Skip to content

Commit 440aa9c

Browse files
Update spec/Section 2 -- Language.md
Co-authored-by: Matt Mahoney <[email protected]>
1 parent 4dd3fe3 commit 440aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ size `60`:
12181218
Variables can be used within fragments. Operation-defined variables have global
12191219
scope with a given operation, so a variable used within a fragment must either
12201220
be declared in any top-level operation that transitively consumes that fragment,
1221-
or by that same fragment as a fragment variable definition. If a variable is
1221+
or by that same fragment as a fragment variable definition. If a variable
12221222
referenced in a fragment is included by an operation where neither the fragment
12231223
nor the operation defines that variable, that operation is invalid (see
12241224
[All Variable Uses Defined](#sec-All-Variable-Uses-Defined)).

0 commit comments

Comments
 (0)