Skip to content

Commit

Permalink
Update standard/statements.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Skeet <[email protected]>
  • Loading branch information
Nigel-Ecma and jskeet committed Sep 20, 2023
1 parent a60d9b0 commit c944138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standard/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ implicitly_typed_local_variable_declarator
;
```
An *implicity_typed_local_variable_declaration* introduces a single local variable, *identifier*. The *expression* or *variable_reference* must have a compile-time type, `T`. The first variant declares a variable with type `T` and an initial value of *expression*. The second variant declares a ref variable with type `ref T` and an initial value of `ref` *variable_reference*.
An *implicity_typed_local_variable_declaration* introduces a single local variable, *identifier*. The *expression* or *variable_reference* must have a compile-time type, `T`. The first alternative declares a variable with type `T` and an initial value of *expression*. The second alternative declares a ref variable with type `ref T` and an initial value of `ref` *variable_reference*.

> *Example*:
>
Expand Down

0 comments on commit c944138

Please sign in to comment.