aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-15 11:30:04 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-15 11:30:04 -0500
commitfe95fbad4841301f877d2d16802d097234255b53 (patch)
tree9aff1424142a225c6bb2b91af99e0ab4d7a3562d
parentce679bff109588dbceada4d880420aa68ee7bada (diff)
cleanup
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index af0014a..b175d34 100644
--- a/README.md
+++ b/README.md
@@ -101,9 +101,9 @@ example apears at the end of the document, following the tutorial.
> (defun descramble (n str)
(concatenate 'string
- (collect
- (apply #'intersperse!
- (mapcar #'seq (chunk n str))))))
+ (collect
+ (apply #'intersperse!
+ (mapcar #'seq (chunk n str))))))
> (scramble 3 "this will be scrabled, ya dig?")