From 560e73a37055f0fbd8e9aa2bad40c8542bb9fa50 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 26 Jan 2026 08:34:59 +0100 Subject: [PATCH] [temp.arg.general] Add \grammarterm for type-id in comment --- source/templates.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}