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 9a408f1 commit 13c2e47Copy full SHA for 13c2e47
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