Skip to content

Commit 127267f

Browse files
authored
[stmt.ambig] Add \grammarterm for type-name in comment
1 parent 8ae8a31 commit 127267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@
14641464
T1(a) = 3,
14651465
T2(4), // \tcode{T2} will be declared as a variable of type \tcode{T1}, but this will not
14661466
(*(*b)(T2(c)))(int(d)); // allow the last part of the declaration to parse properly,
1467-
// since it depends on \tcode{T2} being a type-name
1467+
// since it depends on \tcode{T2} being a \grammarterm{type-name}
14681468
}
14691469
\end{codeblock}
14701470
\end{example}

0 commit comments

Comments
 (0)