mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 14:57:36 +02:00
Fix code example
This commit is contained in:
parent
f3d519f030
commit
64b81aa803
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@
|
|||
;; Will return a list of values for the option.
|
||||
;; For example:
|
||||
;; ("-a" "1" "2") ==> ("1")
|
||||
;; ("-a" "1" -a "2") ==> ("1" "2")
|
||||
;; ("-a" "1" "-a" "2") ==> ("1" "2")
|
||||
(define (collect-opt-values args opt)
|
||||
(cdr
|
||||
(foldl
|
||||
|
|
Loading…
Add table
Reference in a new issue