Skip to content

Commit 4d3434c

Browse files
euszygoloid
authored andcommitted
[expr.ass] Clarify description of simple assignment
Replace vague "value of the expression" wording with more-precise "result of the right operand".
1 parent 1b4da01 commit 4d3434c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5612,8 +5612,8 @@
56125612
\end{bnf}
56135613

56145614
\pnum
5615-
In simple assignment (\tcode{=}), the value of the expression replaces
5616-
that of the object referred to by the left operand.
5615+
In simple assignment (\tcode{=}), the result of the right operand replaces
5616+
the value of the object referred to by the left operand.
56175617

56185618
\pnum
56195619
\indextext{assignment!conversion by}%

0 commit comments

Comments
 (0)