Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
cor3ntin committed Jun 26, 2024
1 parent ff51b85 commit babe102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/D2841.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ \subsection{\textcolor{noteclr}{3. Wording for variable-template and concept tem
\item In a \grammarterm{using-declaration} \iref{namespace.udecl};
the pattern is a \grammarterm{using-declarator}.

\item In a template parameter pack that is a pack expansion \iref{}:
\item In a template parameter pack that is a pack expansion:
\begin{itemize}
\item
if the template parameter pack is a \grammarterm{parameter-declaration};
Expand All @@ -2362,7 +2362,7 @@ \subsection{\textcolor{noteclr}{3. Wording for variable-template and concept tem
\begin{addedblock}
\item
if the template parameter pack is a template template parameter;
the pattern is the corresponding template template parameter
the pattern is the corresponding \grammarterm{type-tt-parameter}, \grammarterm{variable-tt-parameter}, or \grammarterm{concept-tt-parameter}
without the ellipsis.
\end{addedblock}
\end{itemize}
Expand Down

0 comments on commit babe102

Please sign in to comment.