Skip to content

Commit 010cbed

Browse files
Eeliszygoloid
authored andcommitted
[iterator.concept.forward] Undo spurious list item capitalization. (#4017)
1 parent a069450 commit 010cbed

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
@@ -1710,7 +1710,7 @@
17101710
offer the \defn{multi-pass guarantee} if:
17111711
\begin{itemize}
17121712
\item \tcode{a == b} implies \tcode{++a == ++b} and
1713-
\item The expression
1713+
\item the expression
17141714
\tcode{((void)[](X x)\{++x;\}(a), *a)} is equivalent to the expression \tcode{*a}.
17151715
\end{itemize}
17161716

0 commit comments

Comments
 (0)