Skip to content

Commit 98036d5

Browse files
authored
fix typo of README.md (#10605)
1 parent cd2f37b commit 98036d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Terminals support the full range of Unicode. Unicode characters can be specified
4646

4747
Character ranges can be negated with `^`:
4848
```
49-
single-line ::= [^\n]+ "\n"`
49+
single-line ::= [^\n]+ "\n"
5050
```
5151

5252
## Sequences and Alternatives

0 commit comments

Comments
 (0)