Skip to content

Commit 6ea6df4

Browse files
authored
[dcl.type.elab] Remove redundant full stop (#7242)
1 parent ab4c066 commit 6ea6df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@
16041604
\begin{codeblock}
16051605
friend class T;
16061606
\end{codeblock}
1607-
is ill-formed. However, the similar declaration \tcode{friend T;} is well-formed.\iref{class.friend}.
1607+
is ill-formed. However, the similar declaration \tcode{friend T;} is well-formed\iref{class.friend}.
16081608
\end{note}
16091609

16101610
\pnum

0 commit comments

Comments
 (0)