diff --git a/source/templates.tex b/source/templates.tex index e9dc7b7d19..9c0e511ef7 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -3885,7 +3885,7 @@ template class A { }; // partial specialization } -A a; // uses the partial specialization, which is found through the using-declaration +A a; // uses the partial specialization, which is found through the \grammarterm{using-declaration} // which refers to the primary template \end{codeblock} \end{example}