From fe95fbad4841301f877d2d16802d097234255b53 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 15 Jul 2020 11:30:04 -0500 Subject: cleanup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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?") -- cgit v1.2.3