Rephrased confusing comment

This commit is contained in:
Bertie Wheen 2014-05-17 18:46:01 +01:00
parent b5a058a3bc
commit a102a268a9

View File

@ -305,7 +305,7 @@ Some example usage:
Yeah, really!
;; assuming that (side-effect) is a function that we want to call for each
;; and every value in the list, but which return values we do not care
;; and every value in the list, but whose return value we do not care about
=> (list-comp (do (side-effect x)
... (if (< x 5) (* 2 x)
... (* 4 x)))