Skip to content

Commit 37d2e59

Browse files
opensdhzygoloid
authored andcommitted
[expr.ass] Improve preposition
1 parent eb44339 commit 37d2e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6709,7 +6709,7 @@
67096709
that \tcode{E1} is evaluated only once.
67106710
Such expressions are deprecated
67116711
if \tcode{E1} has \tcode{volatile}-qualified type; see~\ref{depr.volatile.type}.
6712-
In \tcode{+=} and \tcode{-=},
6712+
For \tcode{+=} and \tcode{-=},
67136713
\tcode{E1} shall either have arithmetic type or be a pointer to a
67146714
possibly cv-qualified completely-defined object type. In all other
67156715
cases, \tcode{E1} shall have arithmetic type.

0 commit comments

Comments
 (0)