Skip to content

Commit d7590fa

Browse files
committed
address language comments
1 parent 48fa841 commit d7590fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 2 -- Language.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1216,7 +1216,8 @@ size `60`:
12161216
**Variable Use Within Fragments**
12171217

12181218
Variables can be used within fragments. Operation-defined variables have global
1219-
scope with a given operation, so a variable used within a fragment must either
1219+
scope with a given operation. Fragment-defined variables have local scope within the
1220+
fragment definition they are defined in. A variable used within a fragment must either
12201221
be declared in any top-level operation that transitively consumes that fragment,
12211222
or by that same fragment as a fragment variable definition. If a variable
12221223
referenced in a fragment is included by an operation where neither the fragment

0 commit comments

Comments
 (0)