From: daghanerdonmez Date: Tue, 9 Jul 2024 06:16:00 +0000 (+0300) Subject: readme : fix typo [no ci] (#8389) X-Git-Tag: upstream/0.0.4488~1135 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9beb2dda038e2107a39a95def94a4cf971e048ea;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : fix typo [no ci] (#8389) Bakus-Naur --> Backus-Naur --- diff --git a/grammars/README.md b/grammars/README.md index 886023f7..01b02abb 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -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