Skip to content

Commit

Permalink
address language comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent c46e706 commit 2117038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/Section 2 -- Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,8 @@ size `60`:
**Variable Use Within Fragments**

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

0 comments on commit 2117038

Please sign in to comment.