Skip to content

Commit

Permalink
Merge pull request kanaka#610 from Aegwenia/patch-1
Browse files Browse the repository at this point in the history
Correcting a typo.
  • Loading branch information
dubek authored Mar 6, 2022
2 parents dba7cd3 + c7d437c commit dcf8f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,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`
Expand Down

0 comments on commit dcf8f4d

Please sign in to comment.