]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
readme : fix typo [no ci] (#8389)
authordaghanerdonmez <redacted>
Tue, 9 Jul 2024 06:16:00 +0000 (09:16 +0300)
committerGitHub <redacted>
Tue, 9 Jul 2024 06:16:00 +0000 (09:16 +0300)
Bakus-Naur --> Backus-Naur

grammars/README.md

index 886023f770218de5c29fae2fcc20f8e1d03cd69c..01b02abb4de9c369534e759c3458c3b49c3ee544 100644 (file)
@@ -4,7 +4,7 @@ GBNF (GGML BNF) is a format for defining [formal grammars](https://en.wikipedia.
 
 ## Background
 
-[Bakus-Naur Form (BNF)](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form) is a notation for describing the syntax of formal languages like programming languages, file formats, and protocols. GBNF is an extension of BNF that primarily adds a few modern regex-like features.
+[Backus-Naur Form (BNF)](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form) is a notation for describing the syntax of formal languages like programming languages, file formats, and protocols. GBNF is an extension of BNF that primarily adds a few modern regex-like features.
 
 ## Basics