We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73caa2f commit ac199d8Copy full SHA for ac199d8
source/expressions.tex
@@ -95,7 +95,7 @@
95
\end{codeblock}
96
due to the associativity and precedence of these operators. Thus, the
97
result of the sum \tcode{(a + 32760)} is next added to \tcode{b}, and
98
-that result is then added to 5 which results in the value assigned to
+that result is then added to \tcode{5} which results in the value assigned to
99
\tcode{a}. On a machine in which overflows produce an exception and in
100
which the range of values representable by an \tcode{int} is
101
\crange{-32768}{+32767}, the implementation cannot rewrite this
0 commit comments