Skip to content

Commit 11ca519

Browse files
Eelistkoeppe
authored andcommitted
[iterator.concept.forward] Undo spurious list item capitalization. (#4017)
1 parent 2c55eaa commit 11ca519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@
17061706
offer the \defn{multi-pass guarantee} if:
17071707
\begin{itemize}
17081708
\item \tcode{a == b} implies \tcode{++a == ++b} and
1709-
\item The expression
1709+
\item the expression
17101710
\tcode{((void)[](X x)\{++x;\}(a), *a)} is equivalent to the expression \tcode{*a}.
17111711
\end{itemize}
17121712

0 commit comments

Comments
 (0)