aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69fe34a..d3e7bf2 100644
--- a/README.md
+++ b/README.md
@@ -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 } ;