1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-17 09:40:21 +03:00

Update guide.md

Corrected one spelling error.
This commit is contained in:
Bezděk Miroslav 2021-11-22 21:51:47 +01:00 committed by GitHub
parent d638181537
commit f20d62fb35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1211,7 +1211,7 @@ Mal borrows most of its syntax and feature-set).
then `ast`.
- Else return `ast` unchanged.
Such forms are not affected by evaluation, so you may quote them
as in the previous case if implementation is easyer.
as in the previous case if implementation is easier.
* Optionally, add a the `quasiquoteexpand` special form.
This form calls the `quasiquote` function using the first `ast`