Skip to content

Commit

Permalink
[dcl.fct] Fix incorrectly pluralized grammar terms (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian authored and tkoeppe committed Sep 22, 2020
1 parent b608f05 commit a1851d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3664,9 +3664,9 @@

\pnum
An abbreviated function template can have a \grammarterm{template-head}.
The invented \grammarterm{template-parameters} are
The invented \grammarterm{template-parameter}{s} are
appended to the \grammarterm{template-parameter-list} after
the explicitly declared \grammarterm{template-parameters}.
the explicitly declared \grammarterm{template-parameter}{s}.
\begin{example}
\begin{codeblock}
template<typename> concept C = /* ... */;
Expand Down

0 comments on commit a1851d6

Please sign in to comment.