Skip to content

Commit 5d29e6d

Browse files
committed
[dcl.typedef] Fix: change semicolon to full stop.
A miss-edit in the application of P2996R13.
1 parent c521311 commit 5d29e6d

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
@@ -763,7 +763,7 @@
763763
\grammarterm{typedef-name}.
764764
The underlying entity of the type alias is
765765
the type associated with the \grammarterm{identifier}\iref{dcl.decl}
766-
or \grammarterm{simple-template-id}\iref{temp.pre};
766+
or \grammarterm{simple-template-id}\iref{temp.pre}.
767767
\indextext{declaration!typedef@\tcode{typedef} as type}%
768768
\indextext{equivalence!type}%
769769
A \grammarterm{typedef-name} does not introduce a new type the way a class

0 commit comments

Comments
 (0)