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 Feb 14, 2023
1 parent e793546 commit 02f89c6
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 @@ -585,7 +585,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 variables declaration.
- Otherwise, *identifier* is interpreted as an untyped discard.
Expand All @@ -605,8 +605,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 02f89c6

Please sign in to comment.