Skip to content

Commit a1243f6

Browse files
jwakelyzygoloid
authored andcommitted
[dcl.enum] use indefinite article before "fixed underlying type"
1 parent cde94b8 commit a1243f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@
20282028
An \grammarterm{opaque-enum-declaration} is either a redeclaration
20292029
of an enumeration in the current scope or a declaration of a new enumeration.
20302030
\begin{note} An enumeration declared by an
2031-
\grammarterm{opaque-enum-declaration} has fixed underlying type and is a
2031+
\grammarterm{opaque-enum-declaration} has a fixed underlying type and is a
20322032
complete type. The list of enumerators can be provided in a later redeclaration
20332033
with an \grammarterm{enum-specifier}. \end{note} A scoped enumeration
20342034
shall not be later redeclared as unscoped or with a different underlying type.

0 commit comments

Comments
 (0)