aboutsummaryrefslogtreecommitdiff
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 1988b68..adcdeb6 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ language. Mal is implemented from scratch in 15 different languages:
* Rust
-Mal is also a learning tool. Each implentation of mal is separated
+Mal is also a learning tool. Each implementation of mal is separated
into 11 incremental, self-contained (and testable) steps that
demonstrate core concepts of Lisp. The last step is capable of
self-hosting (running the mal implemenation of mal).