aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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?")