Skip to content

Commit 87c88e9

Browse files
CaseyCartertkoeppe
authored andcommitted
[algorithms.general] & [algorithm.syn] name "mutating sequence operations" consistently (#1801)
Despite the stable name "alg.modifying.operations," the section is titled "Mutating sequence operations."
1 parent 0963b3d commit 87c88e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/algorithms.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\pnum
1111
The following subclauses describe components for
1212
non-modifying sequence operations,
13-
modifying sequence operations,
13+
mutating sequence operations,
1414
sorting and related operations,
1515
and algorithms from the ISO C library,
1616
as summarized in Table~\ref{tab:algorithms.summary}.
@@ -304,7 +304,7 @@
304304
ForwardIterator search(ForwardIterator first, ForwardIterator last,
305305
const Searcher& searcher);
306306

307-
// \ref{alg.modifying.operations}, modifying sequence operations
307+
// \ref{alg.modifying.operations}, mutating sequence operations
308308
// \ref{alg.copy}, copy
309309
template<class InputIterator, class OutputIterator>
310310
OutputIterator copy(InputIterator first, InputIterator last,

0 commit comments

Comments
 (0)