From 64b81aa803a0efc6f9567fd9c7f6dc867da6568b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 May 2020 10:03:34 -0400 Subject: [PATCH] Fix code example --- cyclone.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyclone.scm b/cyclone.scm index 7805a102..bb065c7f 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -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