Skip to content

Commit b58eef6

Browse files
committed
[dcl.fct] Fix list continuation.
A miss-edit in the application of P2996R13.
1 parent 5d29e6d commit b58eef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3952,10 +3952,10 @@
39523952
or \grammarterm{alias-declaration},
39533953

39543954
\item the \grammarterm{type-id} in the default argument of a
3955-
\grammarterm{type-parameter}\iref{temp.param}, or
3955+
\grammarterm{type-parameter}\iref{temp.param},
39563956

39573957
\item the \grammarterm{type-id} of a \grammarterm{template-argument} for a
3958-
\grammarterm{type-parameter}\iref{temp.arg.type}.
3958+
\grammarterm{type-parameter}\iref{temp.arg.type}, or
39593959

39603960
\item the operand of a \grammarterm{reflect-expression}\iref{expr.reflect}.
39613961
\end{itemize}

0 commit comments

Comments
 (0)