Skip to content

Commit 666886e

Browse files
jensmaurertkoeppe
authored andcommitted
[associative.reqmts] Harmonize capitalization. (#1271)
Older entries seem to start with a lowercase letter and only have a full stop if a second sentence follows. For newer entries (initializer lists, node_handle functions), apply that style, too. Fixes #328.
1 parent 785592f commit 666886e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/containers.tex

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1664,13 +1664,13 @@
16641664

16651665
\tcode{X(il)} &
16661666
&
1667-
Same as \tcode{X(il.begin(), il.end())}. &
1668-
Same as \tcode{X(il.begin(), il.end())}. \\ \rowsep
1667+
same as \tcode{X(il.begin(), il.end())} &
1668+
same as \tcode{X(il.begin(), il.end())} \\ \rowsep
16691669

16701670
\tcode{X(il,c)} &
16711671
&
1672-
Same as \tcode{X(il.begin(), il.end(), c)}. &
1673-
Same as \tcode{X(il.begin(), il.end(), c)}. \\ \rowsep
1672+
same as \tcode{X(il.begin(), il.end(), c)} &
1673+
same as \tcode{X(il.begin(), il.end(), c)} \\ \rowsep
16741674

16751675
\tcode{a = il} &
16761676
\tcode{X\&} &
@@ -1777,7 +1777,7 @@
17771777

17781778
\tcode{a.insert(il)} &
17791779
\tcode{void} &
1780-
Equivalent to \tcode{a.insert(il.begin(), il.end())}. &
1780+
equivalent to \tcode{a.insert(il.begin(), il.end())} &
17811781
\\ \rowsep
17821782

17831783
\tcode{a_uniq.}\br
@@ -1827,14 +1827,14 @@
18271827

18281828
\tcode{a.extract(k)} &
18291829
\tcode{node_type} &
1830-
Removes the first element in the container with key equivalent to \tcode{k}.
1830+
removes the first element in the container with key equivalent to \tcode{k}.
18311831
Returns a \tcode{node_type} owning the element if found, otherwise an empty
18321832
\tcode{node_type}. &
18331833
$\log (\tcode{a.size()})$ \\ \rowsep
18341834

18351835
\tcode{a.extract(q)} &
18361836
\tcode{node_type} &
1837-
Removes the element pointed to by \tcode{q}.
1837+
removes the element pointed to by \tcode{q}.
18381838
Returns a \tcode{node_type} owning that element. &
18391839
amortized constant \\ \rowsep
18401840

0 commit comments

Comments
 (0)