Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
RexJaeschke authored and BillWagner committed Oct 2, 2022
1 parent 6c5ff66 commit 1f55d4c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions standard/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ The *argument_value* can take one of the following forms:
>
> *end example*
- If *local_variable_type* is absent
- If *local_variable_type* is absent
- If *identifier* is `_`
- If an existing variable with that name is in-scope, *identifier* denotes that variable. However, it shall not precede that variable’s declaration.
- Otherwise, *identifier* is interpreted as an untyped discard.
Expand All @@ -601,8 +601,7 @@ The *argument_value* can take one of the following forms:
>
> *end example*
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.
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.

The form determines the ***parameter-passing mode*** of the argument: *value*, *reference*, or *output*, respectively.

Expand Down

0 comments on commit 1f55d4c

Please sign in to comment.