Skip to content

Commit db0ca10

Browse files
authored
[inplace.vector] Fix some spelling/grammar issues (#7243)
1 parent 447b629 commit db0ca10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/containers.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9882,7 +9882,7 @@
98829882

98839883
\begin{itemdescr}
98849884
\pnum
9885-
Let $n$ be value of \tcode{size()} before this call for
9885+
Let $n$ be the value of \tcode{size()} before this call for
98869886
the \tcode{append_range} overload, and
98879887
\tcode{distance(begin, position)} otherwise.
98889888

@@ -9924,7 +9924,7 @@
99249924
\pnum
99259925
\throws
99269926
\tcode{bad_alloc} or
9927-
any exception thrown by initialization of inserted element.
9927+
any exception thrown by the initialization of the inserted element.
99289928

99299929
\pnum
99309930
\complexity
@@ -9972,7 +9972,7 @@
99729972

99739973
\pnum
99749974
\throws
9975-
Nothing unless an exception is thrown by initialization of inserted element.
9975+
Nothing unless an exception is thrown by the initialization of the inserted element.
99769976

99779977
\pnum
99789978
\complexity
@@ -10005,7 +10005,7 @@
1000510005
\returns
1000610006
An iterator pointing to the first element of \tcode{rg}
1000710007
that was not inserted into \tcode{*this},
10008-
or \tcode{ranged::end(rg)} if no such element exists.
10008+
or \tcode{ranges::end(rg)} if no such element exists.
1000910009

1001010010
\pnum
1001110011
\complexity

0 commit comments

Comments
 (0)