Skip to content

Commit 13d6465

Browse files
xmcgcgjwakely
andauthored
Apply suggestions from code review
Co-authored-by: Jonathan Wakely <[email protected]>
1 parent 6b0f5c0 commit 13d6465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -10083,7 +10083,7 @@
1008310083
and
1008410084
\tcode{last})
1008510085
and no reallocations if
10086-
\tcode{InputIterator} meets the requirements of \oldconcept{ForwardIterator}.
10086+
\tcode{InputIterator} meets the \oldconcept{ForwardIterator} requirements.
1008710087
It makes order
1008810088
$N$
1008910089
calls to the copy constructor of
@@ -10386,7 +10386,7 @@
1038610386
\end{itemize}
1038710387
For the declarations taking a pair of \tcode{InputIterator},
1038810388
performs at most one reallocation if
10389-
\tcode{InputItera\-tor} meets the requirements of \oldconcept{ForwardIterator}.
10389+
\tcode{InputItera\-tor} meets the \oldconcept{ForwardIterator} requirements.
1039010390
\end{itemdescr}
1039110391

1039210392
\indexlibrarymember{erase}{vector}%

0 commit comments

Comments
 (0)