Skip to content

Commit 8d0144f

Browse files
authored
[func.wrap.move.class, func.wrap.copy.class] Fix singular and plural in subclause titles (#8232)
1 parent 2d46d9c commit 8d0144f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14123,7 +14123,7 @@
1412314123
public:
1412414124
using result_type = R;
1412514125

14126-
// \ref{func.wrap.move.ctor}, constructors, assignment, and destructor
14126+
// \ref{func.wrap.move.ctor}, constructors, assignments, and destructor
1412714127
move_only_function() noexcept;
1412814128
move_only_function(nullptr_t) noexcept;
1412914129
move_only_function(move_only_function&&) noexcept;
@@ -14170,7 +14170,7 @@
1417014170
for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
1417114171
\end{note}
1417214172

14173-
\rSec4[func.wrap.move.ctor]{Constructors, assignment, and destructor}
14173+
\rSec4[func.wrap.move.ctor]{Constructors, assignments, and destructor}
1417414174

1417514175
\indextext{move_only_function::is-callable-from@\tcode{move_only_function::\exposid{is-callable-from}}}%
1417614176
\begin{itemdecl}
@@ -14516,7 +14516,7 @@
1451614516
public:
1451714517
using result_type = R;
1451814518

14519-
// \ref{func.wrap.copy.ctor}, constructors, assignments, and destructors
14519+
// \ref{func.wrap.copy.ctor}, constructors, assignments, and destructor
1452014520
copyable_function() noexcept;
1452114521
copyable_function(nullptr_t) noexcept;
1452214522
copyable_function(const copyable_function&);
@@ -14565,7 +14565,7 @@
1456514565
for which \tcode{is_nothrow_move_constructible_v<T>} is \tcode{true}.
1456614566
\end{note}
1456714567

14568-
\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructors}
14568+
\rSec4[func.wrap.copy.ctor]{Constructors, assignments, and destructor}
1456914569

1457014570
\indextext{copyable_function::is-callable-from@\tcode{copyable_function::\exposid{is-callable-from}}}%
1457114571
\begin{itemdecl}

0 commit comments

Comments
 (0)