File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
component-model/src/design Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ Package identifiers are a little more complex and will be covered in the [Packag
8888* An identifier may be preceded by a single ` % ` sign.
8989 * This is _ required_ if the identifier would otherwise be a WIT keyword.
9090 For example, ` interface ` is ** not** a legal identifier, but ` %interface ` is legal.
91- * Each word may contain only ASCII letters and digits.
92- * The first word cannot begin with a digit. The remaining words can begin with either a digit or a ASCII letter.
91+ * Each word may contain only ASCII letters and digits.
92+ * The first word cannot begin with a digit. The remaining words can begin with either a digit or a ASCII letter.
9393 * A word cannot contain a non-ASCII Unicode character.
9494 * A word cannot contain punctuation, underscores, etc.
9595* Each word must be either all ` lowercase ` or all ` UPPERCASE ` .
You can’t perform that action at this time.
0 commit comments