1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

README: missing end paren.

This commit is contained in:
Joel Martin 2015-03-02 17:59:41 -06:00
parent 294aba2c43
commit b52c54b9ed

View File

@ -35,7 +35,7 @@ Mal is implemented in 26 different languages:
Mal is a learning tool. See the ([make-a-lisp process
guide](process/guide.md). Each implementation of mal is separated
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).