Skip to content

Commit 346a39e

Browse files
author
Stefanus Du Toit
committed
[sequence.reqmts] and [forwardlist.modifiers]: Fix occurrences of "i1" that are supposed to be "il". Thanks to Jeffrey Yasskin!
1 parent 93d0208 commit 346a39e

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
@@ -907,8 +907,8 @@
907907
element inserted into \tcode{a}, or \tcode{p} if \tcode{i == j}.
908908

909909
\pnum
910-
The iterator returned from \tcode{a.insert(p, i1)} points to the copy of the first
911-
element inserted into \tcode{a}, or \tcode{p} if \tcode{i1} is empty.
910+
The iterator returned from \tcode{a.insert(p, il)} points to the copy of the first
911+
element inserted into \tcode{a}, or \tcode{p} if \tcode{il} is empty.
912912

913913
\pnum
914914
The iterator returned from \tcode{a.emplace(p, args)} points to the new element
@@ -3533,7 +3533,7 @@
35333533

35343534
\pnum
35353535
\returns
3536-
An iterator pointing to the last inserted element or \tcode{position} if \tcode{i1} is empty.
3536+
An iterator pointing to the last inserted element or \tcode{position} if \tcode{il} is empty.
35373537
\end{itemdescr}
35383538

35393539

0 commit comments

Comments
 (0)