aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e25f253..5f348d6 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ normal lambda calculus syntax with De Bruijn indices.
You can use any function that you’ve previously defined. You can also
overwrite previously defined functions. The environment gets interpreted
-from down to top.
+from bottom to top.
The following are the main syntax specifications in the (minorly
extended) [Backus-Naur
-form](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form). Spaces
-are optional but allowed.
+form](https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form).
+Additional spaces are optional but allowed.
<identifier> ::= [a-ω,A-Ω,_][a-ω,A-Ω,0-9,?,!,',_]*
<abstraction> ::= "[" <expression> "]"