Skip to content

Commit b617167

Browse files
committed
fix
1 parent 405f559 commit b617167

File tree

1 file changed

+2
-2
lines changed
  • component-model/src/design

1 file changed

+2
-2
lines changed

component-model/src/design/wit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)