Skip to content

Commit 3a4fc3d

Browse files
committed
fix link text
1 parent 9cf2cb0 commit 3a4fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standard/statements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ A *local_function_declaration* may include one `async` ([§14.15](classes.md#141
483483
484484
A local function is declared at block scope, and that function may capture variables from the enclosing scope. It is a compile time error if a captured variables is read by the body of the local function if it is not definitely assigned before each call to the function. The compiler shall determine which variables are definitely assigned on returndefinite-assignment-rules-for-local-function).
485485
486-
A local function may be called from a lexical point prior to its definition. However, it is a compile-time error for the function to be declared lexically prior to the declaration of a variable used in the local function ([§7.7]).
486+
A local function may be called from a lexical point prior to its definition. However, it is a compile-time error for the function to be declared lexically prior to the declaration of a variable used in the local function7.7).
487487
488488
It is a compile-time error for a local function to declare a parameter or local variable with the same name as one declared in the enclosing scope.
489489

0 commit comments

Comments
 (0)