Fixing a typo in a comment.

This commit is contained in:
Alex Shinn 2013-11-16 09:11:33 +09:00
parent 80c2f3f02c
commit bc14b4b9ec

View file

@ -902,7 +902,7 @@
;; match a list of any length ;; match a list of any length
((ellipsis? (foo id) sk fk) sk) ((ellipsis? (foo id) sk fk) sk)
((ellipsis? other sk fk) fk)))) ((ellipsis? other sk fk) fk))))
;; this list of three elements will only many the (foo id) list ;; this list of three elements will only match the (foo id) list
;; above if `id' is `...' ;; above if `id' is `...'
(ellipsis? (a b c) success-k failure-k))))) (ellipsis? (a b c) success-k failure-k)))))