Skip to content

Commit 5b3b632

Browse files
Havvyjoshtriplett
andauthored
Execution order: Spell out uninitialized explicitly on field as well
It could have been read that it was any field, not just uninitialized fields. Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent a0f4b69 commit 5b3b632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ operand.
427427
> is evaluated before the left one.
428428
429429
It then has the effect of first [dropping] the value at the assigned place,
430-
unless the place is an uninitialized local variable or field of a local
430+
unless the place is an uninitialized local variable or an uninitialized field of a local
431431
variable. Next it either [copies or moves] the assigned value to the assigned
432432
place.
433433

0 commit comments

Comments
 (0)