Skip to content

Commit 49cb998

Browse files
author
Stefanus Du Toit
committed
[dcl.init] Fix "operand of a comma" -> "operand of a comma expression"
1 parent 803121f commit 49cb998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@
26302630
type~(\ref{basic.fundamental}) is produced by the evaluation of:
26312631
\begin{itemize}
26322632
\item the second or third operand of a conditional expression~(\ref{expr.cond}),
2633-
\item the right operand of a comma~(\ref{expr.comma}),
2633+
\item the right operand of a comma expression~(\ref{expr.comma}),
26342634
\item the operand of a cast or conversion to an unsigned narrow character
26352635
type~(\ref{conv.integral}, \ref{expr.type.conv}, \ref{expr.static.cast},
26362636
\ref{expr.cast}), or

0 commit comments

Comments
 (0)