Skip to content

Commit f87e0d2

Browse files
authored
[iterator.concept.forward] Undo spurious list item capitalization. (#4017)
1 parent 4d73f95 commit f87e0d2

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
@@ -1704,7 +1704,7 @@
17041704
offer the \defn{multi-pass guarantee} if:
17051705
\begin{itemize}
17061706
\item \tcode{a == b} implies \tcode{++a == ++b} and
1707-
\item The expression
1707+
\item the expression
17081708
\tcode{((void)[](X x)\{++x;\}(a), *a)} is equivalent to the expression \tcode{*a}.
17091709
\end{itemize}
17101710

0 commit comments

Comments
 (0)