mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fixing a typo in a comment.
This commit is contained in:
parent
80c2f3f02c
commit
bc14b4b9ec
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue