mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +02:00
Typo fix.
[skip ci]
This commit is contained in:
parent
f63348a4d1
commit
f32d89175c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue