--- a/DOCUMENTATION.markdown Tue Aug 23 01:20:55 2016 +0000
+++ b/DOCUMENTATION.markdown Tue Aug 23 01:23:06 2016 +0000
@@ -347,7 +347,7 @@
(JUXT &REST FNS)
-Return a function that will juxtipose the results of `functions`.
+Return a function that will juxtapose the results of `functions`.
This is like Clojure's `juxt`. Given functions `(f0 f1 ... fn)`, this will
return a new function which, when called with some arguments, will return
--- a/losh.lisp Tue Aug 23 01:20:55 2016 +0000
+++ b/losh.lisp Tue Aug 23 01:23:06 2016 +0000
@@ -170,7 +170,7 @@
;;;; Functions
(defun juxt (&rest fns)
- "Return a function that will juxtipose the results of `functions`.
+ "Return a function that will juxtapose the results of `functions`.
This is like Clojure's `juxt`. Given functions `(f0 f1 ... fn)`, this will
return a new function which, when called with some arguments, will return