fix typo
This commit is contained in:
parent
d330c2104e
commit
848067c5db
|
@ -66,7 +66,7 @@ is like an ordinary syntax class but for head patterns.
|
|||
(define-syntax (mycond stx)
|
||||
|
||||
(define-splicing-syntax-class maybe-fallthrough-option
|
||||
(pattern (~seq #:error-on-fallthough who:expr)
|
||||
(pattern (~seq #:error-on-fallthrough who:expr)
|
||||
#:with error? #'#t)
|
||||
(pattern (~seq)
|
||||
#:with error? #'#f
|
||||
|
|
Loading…
Reference in New Issue
Block a user