Skip to content

Commit 9a34a5e

Browse files
Eeliszygoloid
authored andcommitted
Move plural 's' out of \grammarterm.
1 parent b7d3b5e commit 9a34a5e

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
only of the declarative region following the name's point of
884884
declaration, but also of all function bodies, default arguments,
885885
\grammarterm{noexcept-specifier}{s}, and
886-
\grammarterm{brace-or-equal-initializers} of non-static data members
886+
\grammarterm{brace-or-equal-initializer}{s} of non-static data members
887887
in that class (including such
888888
things in nested classes).
889889

@@ -1779,7 +1779,7 @@
17791779
declarations of \tcode{m} in \tcode{X} and the inline namespace set of
17801780
\tcode{X}~(\ref{namespace.def}). If $S'(X, m)$ is not empty, $S(X, m)$
17811781
is $S'(X, m)$; otherwise, $S(X, m)$ is the union of $S(N_i, m)$ for
1782-
all namespaces $N_i$ nominated by \grammarterm{using-directives} in
1782+
all namespaces $N_i$ nominated by \grammarterm{using-directive}{s} in
17831783
\tcode{X} and its inline namespace set.
17841784

17851785
\pnum

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
\indextext{function|seealso{friend function; member function; inline function; virtual function}}
494494

495495
\pnum
496-
\grammarterm{Function-specifiers}
496+
\grammarterm{Function-specifier}{s}
497497
can be used only in function declarations.
498498

499499
\begin{bnf}

source/declarators.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
and each \tcode{Di} is an \grammarterm{init-declarator}.
7171
One exception is when a name introduced by one of the
7272
\grammarterm{declarator}{s} hides a type name used by the
73-
\grammarterm{decl-specifiers}, so that when the same
74-
\grammarterm{decl-specifiers} are used in a subsequent declaration,
73+
\grammarterm{decl-specifier}{s}, so that when the same
74+
\grammarterm{decl-specifier}{s} are used in a subsequent declaration,
7575
they do not have the same meaning, as in
7676
\begin{codeblock}
7777
struct S { ... };

source/exceptions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
The \grammarterm{handler} is of type \cv{}~\tcode{T} or
494494
\cv{}~\tcode{T\&} and
495495
\tcode{E} and \tcode{T}
496-
are the same type (ignoring the top-level \grammarterm{cv-qualifiers}), or
496+
are the same type (ignoring the top-level \grammarterm{cv-qualifier}{s}), or
497497
\item%
498498
the \grammarterm{handler} is of type \cv{}~\tcode{T} or
499499
\cv{}~\tcode{T\&} and

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@
38173817
is an rvalue reference to object type; otherwise the result is a prvalue.
38183818
\begin{note}
38193819
If \tcode{T} is a non-class type that is cv-qualified, the
3820-
\grammarterm{cv-qualifiers} are discarded when determining the type of the
3820+
\grammarterm{cv-qualifier}{s} are discarded when determining the type of the
38213821
resulting prvalue; see Clause~\ref{expr}.
38223822
\end{note}
38233823

source/special.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1890,13 +1890,13 @@
18901890
as they appear in the
18911891
\grammarterm{base-specifier-list}
18921892
(regardless of the order of the
1893-
\grammarterm{mem-initializers}).
1893+
\grammarterm{mem-initializer}{s}).
18941894
\item
18951895
\indextext{initialization!order of member}%
18961896
Then, non-static data members are initialized in the order
18971897
they were declared in the class definition
18981898
(again regardless of the order of the
1899-
\grammarterm{mem-initializers}).
1899+
\grammarterm{mem-initializer}{s}).
19001900
\item
19011901
Finally, the \grammarterm{compound-statement} of the constructor
19021902
body is executed.

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
\item
654654
if the \grammarterm{for-range-initializer} is an \grammarterm{expression},
655655
it is regarded as if it were surrounded by parentheses (so that a comma operator
656-
cannot be reinterpreted as delimiting two \grammarterm{init-declarators});
656+
cannot be reinterpreted as delimiting two \grammarterm{init-declarator}{s});
657657

658658
\item \tcode{__range}, \tcode{__begin}, and \tcode{__end} are variables defined for
659659
exposition only; and

0 commit comments

Comments
 (0)