We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f4b69 commit 5b3b632Copy full SHA for 5b3b632
src/expressions/operator-expr.md
@@ -427,7 +427,7 @@ operand.
427
> is evaluated before the left one.
428
429
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
+unless the place is an uninitialized local variable or an uninitialized field of a local
431
variable. Next it either [copies or moves] the assigned value to the assigned
432
place.
433
0 commit comments