From 0764abc5067e674b20fc3985e15294b07c138022 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Thu, 7 Sep 2017 17:04:23 -0700 Subject: [PATCH] [class.copy.assign] Remove extraneous space before the first word of para 1 --- source/special.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/special.tex b/source/special.tex index c780f8dd48..a3bb868a0a 100644 --- a/source/special.tex +++ b/source/special.tex @@ -2814,7 +2814,7 @@ \indextext{copy!class object|see{assignment operator, copy}}% \indextext{move!class object|see{assignment operator, move}}% \indextext{operator!copy assignment|see{assignment operator, copy}}% -\indextext{operator!move assignment|see{assignment operator, move}} +\indextext{operator!move assignment|see{assignment operator, move}}% A user-declared \term{copy} assignment operator \tcode{X::operator=} is a non-static non-template member function of class \tcode{X} with exactly one parameter of type \tcode{X}, \tcode{X\&}, \tcode{const} \tcode{X\&},