You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/expressions/operator-expr.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -600,7 +600,7 @@ It will then set the value of the assigned operand's place to the value of perfo
600
600
601
601
> **Note**: This is different than other expressions in that the right operand is evaluated before the left one.
602
602
603
-
Otherwise, this expression is syntactic sugar for calling the function of the overloading compound assigment trait of the operator (see the table earlier in this chapter).
603
+
Otherwise, this expression is syntactic sugar for calling the function of the overloading compound assignment trait of the operator (see the table earlier in this chapter).
604
604
A mutable borrow of the assigned operand is automatically taken.
605
605
606
606
For example, the following expression statements in `example` are equivalent:
0 commit comments