Skip to content

Commit d7bad8c

Browse files
committed
Fixup: transcription issue, typo
1 parent e8fcc1f commit d7bad8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/templates.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,7 +3365,7 @@
33653365
the template,
33663366
it is necessary to determine whether the instantiation is to be generated
33673367
using the primary template or one of the partial specializations.
3368-
This is done by matching the template arguments of the class template
3368+
This is done by matching the template arguments of the template
33693369
specialization with the template argument lists of the partial
33703370
specializations.
33713371

@@ -3439,8 +3439,8 @@
34393439
\end{example}
34403440

34413441
\pnum
3442-
In a name that refers to a specialization of a class or variable template,
3443-
(e.g., \tcode{A<int, int, 1>})
3442+
In a name that refers to a specialization of a class or variable template
3443+
(e.g., \tcode{A<int, int, 1>}),
34443444
the argument list shall match the template parameter list of the primary
34453445
template.
34463446
The template arguments of a partial specialization are deduced from the arguments

0 commit comments

Comments
 (0)