Skip to content

Commit d78530e

Browse files
Replace em-dash with ASCII triple dash to satisfy style checker
1 parent e361dad commit d78530e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ It will then set the value of the assigned operand's place to the value of perfo
911911
912912
> [!NOTE]
913913
> This right-before-left evaluation only occurs in non-generic code involving primitive types.
914-
> In all other casesincluding generic contexts or non-primitive typesthe expression is desugared into a trait method call, and operands are evaluated left to right.
914+
> In all other cases---including generic contexts or non-primitive types---the expression is desugared into a trait method call, and operands are evaluated left to right.
915915
916916
r[expr.compound-assign.trait]
917917
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).

0 commit comments

Comments
 (0)