mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +02:00
Fix typo
This commit is contained in:
parent
1828ef068e
commit
0be78ed7e6
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
(define-syntax name
|
||||
(syntax-rules ()
|
||||
((name . x)
|
||||
(syntax-error "invalid use of auxilliary syntax" (name . x))))))))
|
||||
(syntax-error "invalid use of auxiliary syntax" (name . x))))))))
|
||||
|
||||
(define-auxiliary-syntax make:)
|
||||
(define-auxiliary-syntax pred:)
|
||||
|
|
Loading…
Add table
Reference in a new issue