diff --git a/source/templates.tex b/source/templates.tex index 6cf798ea56..888bc6980a 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -1137,7 +1137,7 @@ template void f(); void g() { - f(); // \tcode{int()} is a type-id: call the first \tcode{f()} + f(); // \tcode{int()} is a \grammarterm{type-id}: call the first \tcode{f()} } \end{codeblock} \end{example}