Skip to content

Commit 9a94a38

Browse files
committed
[temp.class.spec] Fix typo "the primary" -> "the primary template".
1 parent 7240fc9 commit 9a94a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@
30183018
template<typename T> struct X<T*> { }; // \#1
30193019
template<C T> struct X<T> { }; // \#2
30203020
\end{codeblock}
3021-
Both partial specializations are more specialized than the primary.
3021+
Both partial specializations are more specialized than the primary template.
30223022
\#1 is more specialized because the deduction of its template arguments
30233023
from the template argument list of the class template specialization succeeds,
30243024
while the reverse does not.

0 commit comments

Comments
 (0)