Skip to content

Commit 70b99af

Browse files
authored
[class.mem.general,class.mfct.non.static] End note with period (#6778)
1 parent cb8ff12 commit 70b99af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@
765765
\item every member function of class \tcode{T};
766766
\begin{note}
767767
This restriction does not apply to constructors, which do not have
768-
names\iref{class.ctor}
768+
names\iref{class.ctor}.
769769
\end{note}%
770770

771771
\item every member of class \tcode{T} that is itself a type;
@@ -1012,7 +1012,7 @@
10121012
\grammarterm{cv-qualifier}{s}, which affect the type of the \keyword{this}
10131013
pointer\iref{expr.prim.this},
10141014
and/or a \grammarterm{ref-qualifier}\iref{dcl.fct};
1015-
both affect overload resolution\iref{over.match.funcs}
1015+
both affect overload resolution\iref{over.match.funcs}.
10161016
\end{note}
10171017

10181018
\pnum

0 commit comments

Comments
 (0)