Skip to content

Commit 54e465a

Browse files
Eisenwavetkoeppe
authored andcommitted
[res.on.arguments] Fix hyphenation of "move assignment"
1 parent b1f922a commit 54e465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3360,7 +3360,7 @@
33603360
\item
33613361
If a function argument is bound to an rvalue reference parameter, the implementation may
33623362
assume that this parameter is a unique reference to this argument,
3363-
except that the argument passed to a move-assignment operator may be
3363+
except that the argument passed to a move assignment operator may be
33643364
a reference to \tcode{*this}\iref{lib.types.movedfrom}.
33653365
\begin{note}
33663366
If the type of a parameter is a forwarding reference\iref{temp.deduct.call}

0 commit comments

Comments
 (0)