Skip to content

Commit 8cd3b52

Browse files
jensmaurerJohelEGP
andauthored
Apply suggestions from code review
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
1 parent ddb2fc2 commit 8cd3b52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/containers.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@
15801580
\pnum
15811581
\effects
15821582
Inserts copies of elements in \tcode{rg} before \tcode{p}.
1583-
Each iterator in the range \tcode{rg} shall be dereferenced exactly once.
1583+
Each iterator in the range \tcode{rg} is dereferenced exactly once.
15841584

15851585
\pnum
15861586
\returns
@@ -1702,7 +1702,7 @@
17021702
referring to the elements of \tcode{a}.
17031703
For \tcode{vector} and \tcode{deque},
17041704
also invalidates the past-the-end iterator.
1705-
Each iterator in the range \range{i}{j} shall be dereferenced exactly once.
1705+
Each iterator in the range \range{i}{j} is dereferenced exactly once.
17061706
\end{itemdescr}
17071707

17081708
\indexcont{assign_range}%
@@ -1737,7 +1737,7 @@
17371737
referring to the elements of \tcode{a}.
17381738
For \tcode{vector} and \tcode{deque},
17391739
also invalidates the past-the-end iterator.
1740-
Each iterator in the range \tcode{rg} shall be dereferenced exactly once.
1740+
Each iterator in the range \tcode{rg} is dereferenced exactly once.
17411741
\end{itemdescr}
17421742

17431743
\begin{itemdecl}

0 commit comments

Comments
 (0)