Skip to content

Commit daf28a2

Browse files
committed
The assumption is only valid locally.
1 parent ee80b36 commit daf28a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,8 +1319,9 @@ which may be a variable usage. The
13191319
[All Variable Usages Are Allowed](#sec-All-Variable-Usages-Are-Allowed)
13201320
validation rule ensures that each {variableUsage} is of a type allowed in its
13211321
position. The [Coercing Variable Values](#sec-Coercing-Variable-Values)
1322-
algorithm ensures runtime values for variables coerce correctly. Therefore we
1323-
can assume the runtime value of each {variableUsage} is valid for usage in its
1322+
algorithm ensures runtime values for variables coerce correctly. Therefore, for
1323+
the purposes of the coercibility assertion in this validation rule, we can
1324+
assume the runtime value of each {variableUsage} is valid for usage in its
13241325
position.
13251326

13261327
The type expected in a position includes the type defined by the argument a

0 commit comments

Comments
 (0)