From a102a268a9bd33e8be81b35bebc73357119b020c Mon Sep 17 00:00:00 2001 From: Bertie Wheen Date: Sat, 17 May 2014 18:46:01 +0100 Subject: [PATCH] Rephrased confusing comment --- docs/language/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 28c13ba..8bcf285 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -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)))