Skip to content

Commit

Permalink
fix md formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RexJaeschke authored and jskeet committed Jan 10, 2024
1 parent 2e0ce29 commit e202391
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion standard/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ The definite-assignment states of instance variables of a *struct_type* variable
Definite assignment is a requirement in the following contexts:
- A variable shall be definitely assigned at each location where its value is obtained.
> *Note*: This ensures that undefined values never occur. *end note*
> *Note*: This ensures that undefined values never occur. *end note*
The occurrence of a variable in an expression is considered to obtain the value of the variable, except when
- the variable is the left operand of a simple assignment,
- the variable is passed as an output parameter, or
Expand Down

0 comments on commit e202391

Please sign in to comment.