Skip to content

Commit 323037d

Browse files
committed
Rollup merge of #28814 - matklad:fix-md, r=alexcrichton
The list was grabled. r? @steveklabnik
2 parents c3c5de1 + eac9d71 commit 323037d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
7777
gated. This is expected to improve soon.
7878

7979
Either
80+
8081
* The first character has property `XID_start`
8182
* The remaining characters have property `XID_continue`
83+
8284
Or
85+
8386
* The first character is `_`
8487
* The identifier is more than one character, `_` alone is not an identifier
8588
* The remaining characters have property `XID_continue`

0 commit comments

Comments
 (0)