Skip to content

Commit 7e7afe0

Browse files
authored
[expr.mul] Add missing commas (#6366)
1 parent d544cfc commit 7e7afe0

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
@@ -6133,9 +6133,9 @@
61336133
\tcode{\%} operator yields the remainder from the division of the first
61346134
expression by the second.
61356135
\indextext{zero!undefined division by}%
6136-
If the second operand of \tcode{/} or \tcode{\%} is zero the behavior is
6136+
If the second operand of \tcode{/} or \tcode{\%} is zero, the behavior is
61376137
undefined.
6138-
For integral operands the \tcode{/} operator yields the algebraic quotient with
6138+
For integral operands, the \tcode{/} operator yields the algebraic quotient with
61396139
any fractional part discarded;
61406140
\begin{footnote}
61416141
This is often called truncation towards zero.

0 commit comments

Comments
 (0)