Skip to content

Commit 597ce19

Browse files
CaseyCarterzygoloid
authored andcommitted
[class.copy.assign] Remove extraneous space before the first word of para 1
1 parent 64c8b27 commit 597ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/special.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2814,7 +2814,7 @@
28142814
\indextext{copy!class object|see{assignment operator, copy}}%
28152815
\indextext{move!class object|see{assignment operator, move}}%
28162816
\indextext{operator!copy assignment|see{assignment operator, copy}}%
2817-
\indextext{operator!move assignment|see{assignment operator, move}}
2817+
\indextext{operator!move assignment|see{assignment operator, move}}%
28182818
A user-declared \term{copy} assignment operator \tcode{X::operator=} is a
28192819
non-static non-template member function of class \tcode{X} with exactly one
28202820
parameter of type \tcode{X}, \tcode{X\&}, \tcode{const} \tcode{X\&},

0 commit comments

Comments
 (0)