Skip to content

Commit c944138

Browse files
Nigel-Ecmajskeet
andcommitted
Update standard/statements.md
Co-authored-by: Jon Skeet <[email protected]>
1 parent a60d9b0 commit c944138

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
@@ -364,7 +364,7 @@ implicitly_typed_local_variable_declarator
364364
;
365365
```
366366
367-
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*.
367+
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*.
368368

369369
> *Example*:
370370
>

0 commit comments

Comments
 (0)