diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-15 11:30:04 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-15 11:30:04 -0500 |
commit | fe95fbad4841301f877d2d16802d097234255b53 (patch) | |
tree | 9aff1424142a225c6bb2b91af99e0ab4d7a3562d | |
parent | ce679bff109588dbceada4d880420aa68ee7bada (diff) |
cleanup
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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?") |