diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ A block can be used anywhere a statement can be used. ### Language grammar -The language grammar in the [Extended Backus-Naur Form] (EBNF) is as follows: +The language grammar in the [Extended Backus-Naur Form] is as follows: program = { statement } ; |