Skip to content

Commit 05a3b76

Browse files
committed
[basic.fundamental] Strike explanatory sentence; touch up note
1 parent 721d01c commit 05a3b76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/basic.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5635,13 +5635,12 @@
56355635
\indextext{type!\idxcode{void}}%
56365636
A type \cv{}~\keyword{void}
56375637
is an incomplete type that cannot be completed; such a type has
5638-
an empty set of values. It is used as the return
5639-
type for functions that do not return a value.
5638+
an empty set of values.
56405639
\begin{note}
56415640
An expression of type \cv{}~\keyword{void} can be used as
56425641
\begin{itemize}
5643-
\item an expression statement\iref{stmt.expr},
5644-
\item the expression in a \keyword{return} statement\iref{stmt.return}
5642+
\item the \grammarterm{expression} of an expression statement\iref{stmt.expr},
5643+
\item the operand of a \keyword{return} statement\iref{stmt.return}
56455644
for a function with the return type \cv{}~\keyword{void},
56465645
\item an operand of a comma expression\iref{expr.comma},
56475646
\item the operand of a parenthesized expression\iref{expr.prim.paren},

0 commit comments

Comments
 (0)