Skip to content

Commit 9ddf7e6

Browse files
eisenwavetkoeppe
authored andcommitted
[temp.arg.template] Add missing "template" when referring to template template parameters
1 parent 2e6b09b commit 9ddf7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,10 +1472,10 @@
14721472
\begin{itemize}
14731473
\item
14741474
\tcode{A} denotes a class template or an alias template and
1475-
\tcode{P} is a type template parameter,
1475+
\tcode{P} is a type template template parameter,
14761476
\item
14771477
\tcode{A} denotes a variable template and
1478-
\tcode{P} is a variable template parameter, or
1478+
\tcode{P} is a variable template template parameter, or
14791479
\item
14801480
\tcode{A} denotes a concept and
14811481
\tcode{P} is a concept template parameter.

0 commit comments

Comments
 (0)