Skip to content

Commit

Permalink
reference: fix markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Oct 2, 2015
1 parent e650491 commit eac9d71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/doc/reference.md
Expand Up @@ -77,9 +77,12 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
gated. This is expected to improve soon.

Either

* The first character has property `XID_start`
* The remaining characters have property `XID_continue`

Or

* The first character is `_`
* The identifier is more than one character, `_` alone is not an identifier
* The remaining characters have property `XID_continue`
Expand Down

0 comments on commit eac9d71

Please sign in to comment.