Skip to content

Commit 9beb2dd

Browse files
readme : fix typo [no ci] (#8389)
Bakus-Naur --> Backus-Naur
1 parent 7d0e23d commit 9beb2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GBNF (GGML BNF) is a format for defining [formal grammars](https://en.wikipedia.
44

55
## Background
66

7-
[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.
7+
[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.
88

99
## Basics
1010

0 commit comments

Comments
 (0)