Skip to content

Commit 998dec2

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

proposals/2758-textual-id-grammar.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ The grammar is defined as follows:
4141
* Identifiers starting with the characters `m.` are reserved for use by the
4242
formal matrix specification.
4343
* 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`.
44+
the Java Package Naming convention of starting with a reversed domain
45+
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`.
4648

4749
This grammar is intended for use entirely by internal identifiers, and *not*
4850
for user-visible strings.

0 commit comments

Comments
 (0)