Typo fix.

[skip ci]
This commit is contained in:
Daphne Preston-Kendal 2022-01-02 09:37:37 +01:00
parent f63348a4d1
commit f32d89175c

View file

@ -155,7 +155,7 @@
(er-macro-transformer*
(lambda (expr rename compare)
(if (not (pair? expr))
(error "invalid use of non-identifier macro outside operator postion" expr)
(error "invalid use of non-identifier macro outside operator position" expr)
(f expr rename compare))))))
(define-syntax cond