Skip to content

Commit

Permalink
fix typo of README.md (ggerganov#10605)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrRan authored Dec 4, 2024
1 parent cd2f37b commit 98036d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Terminals support the full range of Unicode. Unicode characters can be specified

Character ranges can be negated with `^`:
```
single-line ::= [^\n]+ "\n"`
single-line ::= [^\n]+ "\n"
```

## Sequences and Alternatives
Expand Down

0 comments on commit 98036d5

Please sign in to comment.