We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d029b1 commit 7fd12a6Copy full SHA for 7fd12a6
grammars/README.md
@@ -46,7 +46,7 @@ Terminals support the full range of Unicode. Unicode characters can be specified
46
47
Character ranges can be negated with `^`:
48
```
49
-single-line ::= [^\n]+ "\n"`
+single-line ::= [^\n]+ "\n"
50
51
52
## Sequences and Alternatives
0 commit comments