We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6d724 commit 2a787a2Copy full SHA for 2a787a2
src/doc/reference.md
@@ -76,8 +76,13 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
76
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
77
gated. This is expected to improve soon.
78
79
-- The first character has property `XID_start`
80
-- The remaining characters have property `XID_continue`
+Either
+ * The first character has property `XID_start`
81
+ * The remaining characters have property `XID_continue`
82
+Or
83
+ * The first character is `_`
84
+ * The identifier is more than one character, `_` alone is not an identifier
85
86
87
that does _not_ occur in the set of [keywords][keywords].
88
0 commit comments