File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ that does _not_ occur in the set of [keywords](#keywords).
121121Some productions are defined by exclusion of particular Unicode characters:
122122
123123- ` 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 ` (` " ` )
124+ - ` non_eol ` is any single Unicode character aside from ` U+000A ` (` '\n' ` )
125+ - ` non_single_quote ` is any single Unicode character aside from ` U+0027 ` (` ' ` )
126+ - ` non_double_quote ` is any single Unicode character aside from ` U+0022 ` (` " ` )
127127
128128## Comments
129129
You can’t perform that action at this time.
0 commit comments