From: Wang Ran (汪然) Date: Wed, 4 Dec 2024 01:22:50 +0000 (+0800) Subject: fix typo of README.md (#10605) X-Git-Tag: upstream/0.0.4488~228 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=98036d5670f21e9b9a99d5e3dbb3bf7589f5c4e3;p=pkg%2Fggml%2Fsources%2Fllama.cpp fix typo of README.md (#10605) --- diff --git a/grammars/README.md b/grammars/README.md index 4e57bca5..97695409 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -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