From 274250fb104cd874d3d0fef9bca98a0be3631ae2 Mon Sep 17 00:00:00 2001 From: David Fontenot Date: Wed, 4 Mar 2015 16:45:04 -0800 Subject: Fixed implementation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e3a022..0fce3a9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Mal is a learning tool. See the ([make-a-lisp process guide](process/guide.md)). 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). +self-hosting (running the mal implementation of mal). The mal (make a lisp) steps are: -- cgit v1.2.3