mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-04 10:44:10 +01:00
Update 2758-textual-id-grammar.md
This commit is contained in:
parent
998dec2980
commit
49ce93f3e2
|
|
@ -34,8 +34,8 @@ today.
|
||||||
|
|
||||||
The grammar is defined as follows:
|
The grammar is defined as follows:
|
||||||
|
|
||||||
* The length of an identifier may not be less than one character or more than
|
* An identifier may not be less than one character or more than 255 characters
|
||||||
255 characters.
|
in length.
|
||||||
* Identifiers must start with one of the characters `[a-z]`, and be entirely
|
* Identifiers must start with one of the characters `[a-z]`, and be entirely
|
||||||
composed of the characters `[a-z]`, `[0-9]`, `-`, `_` and `.`.
|
composed of the characters `[a-z]`, `[0-9]`, `-`, `_` and `.`.
|
||||||
* Identifiers starting with the characters `m.` are reserved for use by the
|
* Identifiers starting with the characters `m.` are reserved for use by the
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue