Skip to content

Commit d5c0fd3

Browse files
Eelistkoeppe
authored andcommitted
[class.protected] Add missing full stop at end of sentence. (#1614)
1 parent 70a0afc commit d5c0fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/access.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@
855855
\pnum
856856
An additional access check beyond those described earlier in Clause~\ref{class.access}
857857
is applied when a non-static data member or non-static member function is a
858-
protected member of its naming class~(\ref{class.access.base})\footnote{This
858+
protected member of its naming class~(\ref{class.access.base}).\footnote{This
859859
additional check does not apply to other members,
860860
e.g., static data members or enumerator member constants.}
861861
As described earlier, access to a protected member is granted because the

0 commit comments

Comments
 (0)