Skip to content

Commit 5a19150

Browse files
committed
[stmt.expand] Add comma before "or" to list item
1 parent e546fb5 commit 5a19150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
\begin{itemize}
822822
\item
823823
\exposid{begin-expr} and \exposid{end-expr} are of the form
824-
\tcode{E.begin()} and \tcode{E.end()} or
824+
\tcode{E.begin()} and \tcode{E.end()}, or
825825
\item
826826
argument-dependent lookups for \tcode{begin(E)} and for \tcode{end(E)}
827827
each find at least one function or function template.

0 commit comments

Comments
 (0)