aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 05:05:57 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 05:05:57 +0300
commitcd7df95bb86b4472a6c4206d465228cae71cd1da (patch)
treef33d94b1fd52be900ad0c2b632c8afb3fc771705 /README.md
parentREADME update (diff)
downloadsimple-interpreter-cd7df95bb86b4472a6c4206d465228cae71cd1da.tar.gz
simple-interpreter-cd7df95bb86b4472a6c4206d465228cae71cd1da.zip
README update
Diffstat (limited to 'README.md')
-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 } ;