Skip to content

Commit 8a0060d

Browse files
marc-kdabtkoeppe
authored andcommitted
[list.modifiers, forward.list.modifiers] Add missing 'to' in 'referred [to] by' (#2100)
1 parent 57de3af commit 8a0060d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4303,7 +4303,7 @@
43034303

43044304
\begin{itemdescr}
43054305
\pnum
4306-
\effects Erases all the elements in the list referred by a list iterator \tcode{i} for
4306+
\effects Erases all the elements in the list referred to by a list iterator \tcode{i} for
43074307
which the following conditions hold: \tcode{*i == value} (for \tcode{remove()}),
43084308
\tcode{pred(*i)} is \tcode{true} (for \tcode{remove_if()}).
43094309
Invalidates only the iterators and references to the erased elements.
@@ -4937,7 +4937,7 @@
49374937
\begin{itemdescr}
49384938
\pnum
49394939
\effects
4940-
Erases all the elements in the list referred by a list iterator \tcode{i} for which the
4940+
Erases all the elements in the list referred to by a list iterator \tcode{i} for which the
49414941
following conditions hold: \tcode{*i == value}, \tcode{pred(*i) != false}.
49424942
Invalidates only the iterators and references to the erased elements.
49434943

0 commit comments

Comments
 (0)