Skip to content

Commit 49ce93f

Browse files
authored
Update 2758-textual-id-grammar.md
1 parent 998dec2 commit 49ce93f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/2758-textual-id-grammar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ today.
3434

3535
The grammar is defined as follows:
3636

37-
* The length of an identifier may not be less than one character or more than
38-
255 characters.
37+
* An identifier may not be less than one character or more than 255 characters
38+
in length.
3939
* Identifiers must start with one of the characters `[a-z]`, and be entirely
4040
composed of the characters `[a-z]`, `[0-9]`, `-`, `_` and `.`.
4141
* Identifiers starting with the characters `m.` are reserved for use by the

0 commit comments

Comments
 (0)