Skip to content

Commit d9094e0

Browse files
committed
CWG2892 Unclear usual arithmetic conversions
1 parent 5125087 commit d9094e0

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
@@ -1165,7 +1165,7 @@
11651165
the following rules are applied:
11661166
\begin{itemize}
11671167
\item
1168-
If both operands have the same type, no further conversion is needed.
1168+
If both operands have the same type, no further conversion is performed.
11691169
\item
11701170
Otherwise, if one of the operands is of a non-floating-point type,
11711171
that operand is converted to the type of

0 commit comments

Comments
 (0)