Skip to content

Commit 1f55d4c

Browse files
RexJaeschkeBillWagner
authored andcommitted
fix spacing
1 parent 6c5ff66 commit 1f55d4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

standard/expressions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ The *argument_value* can take one of the following forms:
581581
>
582582
> *end example*
583583
584-
- If *local_variable_type* is absent
584+
- If *local_variable_type* is absent
585585
- If *identifier* is `_`
586586
- If an existing variable with that name is in-scope, *identifier* denotes that variable. However, it shall not precede that variables declaration.
587587
- Otherwise, *identifier* is interpreted as an untyped discard.
@@ -601,8 +601,7 @@ The *argument_value* can take one of the following forms:
601601
>
602602
> *end example*
603603
604-
It is also an error to reference an implicitly-typed out variable in the same argument list that immediately contains its declaration.
605-
The type of an implicitly-typed out variable is the type of the corresponding parameter in the signature of the method selected by overload resolution.
604+
It is also an error to reference an implicitly-typed out variable in the same argument list that immediately contains its declaration. The type of an implicitly-typed out variable is the type of the corresponding parameter in the signature of the method selected by overload resolution.
606605
607606
The form determines the ***parameter-passing mode*** of the argument: *value*, *reference*, or *output*, respectively.
608607

0 commit comments

Comments
 (0)