Skip to content

Commit b4a8b79

Browse files
committed
[module.unit] Add "either" to clarify that we're talking about
module-names containing a reserved identifier, not module names starting with an identifier that contains a reserved identifier.
1 parent d396b32 commit b4a8b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
shall not appear as \grammarterm{identifier}{s}
3636
in a \grammarterm{module-name} or \grammarterm{module-partition}.
3737
\indextext{module!reserved name of}%
38-
All \grammarterm{module-name}{s} beginning with an \grammarterm{identifier}
38+
All \grammarterm{module-name}{s} either beginning with an \grammarterm{identifier}
3939
consisting of \tcode{std} followed by zero or more \grammarterm{digit}{s} or
4040
containing a reserved identifier\iref{lex.name}
4141
are reserved and shall not be specified in a \grammarterm{module-declaration};

0 commit comments

Comments
 (0)