Skip to content

Commit 4410b02

Browse files
RexJaeschkeBillWagner
authored andcommitted
Update statements.md
1 parent 6e48487 commit 4410b02

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
@@ -357,7 +357,7 @@ Each *local_variable_type* shall be `dynamic` or a resource type. If `await` is
357357
358358
Each *local_variable_declarator* shall have a *local_variable_initializer*.
359359
360-
The variables declared are read-only. A compile-time error occurs if any subsequent statement attempts to modify these variables, take the address of them, or pass them as `ref` or `out` parameters.
360+
The variables declared are read-only. A compile-time error occurs if any subsequent statement attempts to modify these variables, take the address of them, or pass them as reference or output parameters.
361361
362362
An occurrence of *local_variable_declaration* containing `using` has the same semantics as, and can be rewritten as, the corresponding resource-acquisition form of the using statement ([§13.14](statements.md#1314-the-using-statement)), as follows:
363363

0 commit comments

Comments
 (0)