Skip to content

Commit 8789558

Browse files
committed
Fix typo “assigment”
1 parent c4202a8 commit 8789558

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
@@ -600,7 +600,7 @@ It will then set the value of the assigned operand's place to the value of perfo
600600

601601
> **Note**: This is different than other expressions in that the right operand is evaluated before the left one.
602602
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).
604604
A mutable borrow of the assigned operand is automatically taken.
605605

606606
For example, the following expression statements in `example` are equivalent:

0 commit comments

Comments
 (0)