aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-08 21:06:43 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-08 21:06:43 -0500
commit577161a2587bfbd49157c65f506b487d4560834a (patch)
tree3b96678ec3932f5e0efd1d6c68f6494d3188c667 /README.md
parent2cc0e442645df0fb7aec869d48d3ae05bdf2b267 (diff)
rewording
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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)