From 577161a2587bfbd49157c65f506b487d4560834a Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 8 Jul 2020 21:06:43 -0500 Subject: rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d26cc17..aab638a 100644 --- a/README.md +++ b/README.md @@ -448,7 +448,7 @@ built using `for` and `fold`. They are: The `pick-out` consumer is interesting enough to see a quick example of: ``` lisp -;; pick out the first and fourth character +;; pick out characters and index 1 and index 4 > (pick-out '(1 4) (seq "generators")) (#\e #\r) -- cgit v1.2.3