Update 2758-textual-id-grammar.md
This commit is contained in:
parent
998dec2980
commit
49ce93f3e2
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ today.
|
|||
|
||||
The grammar is defined as follows:
|
||||
|
||||
* The length of an identifier may not be less than one character or more than
|
||||
255 characters.
|
||||
* An identifier may not be less than one character or more than 255 characters
|
||||
in length.
|
||||
* Identifiers must start with one of the characters `[a-z]`, and be entirely
|
||||
composed of the characters `[a-z]`, `[0-9]`, `-`, `_` and `.`.
|
||||
* Identifiers starting with the characters `m.` are reserved for use by the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue