Skip to content

Commit a1851d6

Browse files
sdkrystiantkoeppe
authored andcommitted
[dcl.fct] Fix incorrectly pluralized grammar terms (#3926)
1 parent b608f05 commit a1851d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3664,9 +3664,9 @@
36643664

36653665
\pnum
36663666
An abbreviated function template can have a \grammarterm{template-head}.
3667-
The invented \grammarterm{template-parameters} are
3667+
The invented \grammarterm{template-parameter}{s} are
36683668
appended to the \grammarterm{template-parameter-list} after
3669-
the explicitly declared \grammarterm{template-parameters}.
3669+
the explicitly declared \grammarterm{template-parameter}{s}.
36703670
\begin{example}
36713671
\begin{codeblock}
36723672
template<typename> concept C = /* ... */;

0 commit comments

Comments
 (0)