Fixes #4 (spelling error)

This commit is contained in:
Georges Dupéron 2017-11-16 17:35:26 +01:00
parent 0d8d5f70ca
commit affa5e15a0

2
it.rkt
View File

@ -7,5 +7,5 @@
(λ (stx)
(raise-syntax-error
'it
"Use of the \"it\" identifier is only allowd within anaphoric macros."
"Use of the \"it\" identifier is only allowed within anaphoric macros."
stx)))