Skip to content

Commit 3c5b5b0

Browse files
Eisenwavetkoeppe
authored andcommitted
[futures.{unique,shared}.future] Fix hyphenation of "{copy,move} assignment"
1 parent 54e465a commit 3c5b5b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/threads.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10575,7 +10575,7 @@
1057510575

1057610576
\pnum
1057710577
The effect of calling any member function other than the destructor, the
10578-
move-assignment operator, \tcode{share}, or \tcode{valid} on a \tcode{future} object for which
10578+
move assignment operator, \tcode{share}, or \tcode{valid} on a \tcode{future} object for which
1057910579
\tcode{valid() == false}
1058010580
is undefined.
1058110581
\begin{note}
@@ -10882,7 +10882,7 @@
1088210882

1088310883
\pnum
1088410884
The effect of calling any member function other than the destructor,
10885-
the move-assignment operator, the copy-assignment operator, or
10885+
the move assignment operator, the copy assignment operator, or
1088610886
\tcode{valid()} on a \tcode{shared_future} object for which \tcode{valid() == false} is undefined.
1088710887
\begin{note}
1088810888
It is valid to copy or move from a \tcode{shared_future}

0 commit comments

Comments
 (0)