fix typo of README.md (#10605)

This commit is contained in:
Wang Ran (汪然) 2024-12-04 09:22:50 +08:00 committed by GitHub
parent cd2f37b304
commit 98036d5670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ Terminals support the full range of Unicode. Unicode characters can be specified
Character ranges can be negated with `^`: Character ranges can be negated with `^`:
``` ```
single-line ::= [^\n]+ "\n"` single-line ::= [^\n]+ "\n"
``` ```
## Sequences and Alternatives ## Sequences and Alternatives