Skip to content

Commit eabac1b

Browse files
Nigel-Ecmajskeet
authored andcommitted
Small word changes
1 parent 004c458 commit eabac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ For any variable, the ***ref-safe-context*** of that variable is the context whe
10601060
10611061
There are three ref-safe-contexts:
10621062
1063-
- ***declaration-block***: The ref-safe-context of a *variable_reference* to a local variable ([§9.2.9](variables.md#929-local-variables)) is that local variables scope ([§13.6.2](statements.md#1362-local-variable-declarations)), including into any nested *embedded-statement*s in the scope.
1063+
- ***declaration-block***: The ref-safe-context of a *variable_reference* to a local variable ([§9.2.9](variables.md#929-local-variables)) is that local variables scope ([§13.6.2](statements.md#1362-local-variable-declarations)), including any nested *embedded-statement*s in that scope.
10641064
10651065
A *variable_reference* to a local variable is a valid referent for a reference variable only if the reference variable is declared within the ref-safe-context of that variable.
10661066

0 commit comments

Comments
 (0)