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 cd2f37b commit 98036d5Copy full SHA for 98036d5
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