Update proposals/2758-textual-id-grammar.md

pull/2758/head
Richard van der Hoff 4 years ago committed by GitHub
parent 49e4e61e80
commit 998dec2980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,8 +41,10 @@ The grammar is defined as follows:
* Identifiers starting with the characters `m.` are reserved for use by the
formal matrix specification.
* Implementations wishing to implement unspecified identifiers should follow
the Java Package Naming conventions of using a reversed domain name, for
example `com.example.identifier`.
the Java Package Naming convention of starting with a reversed domain
name (with a dot after the domain name part). For example, for the
organisation `example.com`, a valid identifier would be
`com.example.identifier`.
This grammar is intended for use entirely by internal identifiers, and *not*
for user-visible strings.

Loading…
Cancel
Save