We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fdaba commit ab4735eCopy full SHA for ab4735e
src/doc/grammar.md
@@ -121,9 +121,9 @@ that does _not_ occur in the set of [keywords](#keywords).
121
Some productions are defined by exclusion of particular Unicode characters:
122
123
- `non_null` is any single Unicode character aside from `U+0000` (null)
124
-- `non_eol` is `non_null` restricted to exclude `U+000A` (`'\n'`)
125
-- `non_single_quote` is `non_null` restricted to exclude `U+0027` (`'`)
126
-- `non_double_quote` is `non_null` restricted to exclude `U+0022` (`"`)
+- `non_eol` is any single Unicode character aside from `U+000A` (`'\n'`)
+- `non_single_quote` is any single Unicode character aside from `U+0027` (`'`)
+- `non_double_quote` is any single Unicode character aside from `U+0022` (`"`)
127
128
## Comments
129
0 commit comments