From a1851d62b47b7ac9a652bb19038ae74d48cdfacc Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Thu, 9 Apr 2020 02:19:51 -0400 Subject: [PATCH] [dcl.fct] Fix incorrectly pluralized grammar terms (#3926) --- source/declarations.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/declarations.tex b/source/declarations.tex index be7d23d077..d9207556a0 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -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 concept C = /* ... */;