diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-08 21:06:43 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-08 21:06:43 -0500 |
commit | 577161a2587bfbd49157c65f506b487d4560834a (patch) | |
tree | 3b96678ec3932f5e0efd1d6c68f6494d3188c667 | |
parent | 2cc0e442645df0fb7aec869d48d3ae05bdf2b267 (diff) |
rewording
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |