We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e4e61 commit 998dec2Copy full SHA for 998dec2
proposals/2758-textual-id-grammar.md
@@ -41,8 +41,10 @@ The grammar is defined as follows:
41
* Identifiers starting with the characters `m.` are reserved for use by the
42
formal matrix specification.
43
* Implementations wishing to implement unspecified identifiers should follow
44
- the Java Package Naming conventions of using a reversed domain name, for
45
- 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
46
+ organisation `example.com`, a valid identifier would be
47
+ `com.example.identifier`.
48
49
This grammar is intended for use entirely by internal identifiers, and *not*
50
for user-visible strings.
0 commit comments