Merge pull request #723 from lassik/typo

Fix typo
This commit is contained in:
Alex Shinn 2021-01-18 09:44:53 +09:00 committed by GitHub
commit e53d79adfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@
(define-syntax name (define-syntax name
(syntax-rules () (syntax-rules ()
((name . x) ((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 make:)
(define-auxiliary-syntax pred:) (define-auxiliary-syntax pred:)