# HG changeset patch # User Steve Losh # Date 1471915386 0 # Node ID 0d0a740ed42e680299a3c9a1ed92ab0b48c805f9 # Parent 4bb62960109790a6e0507cded6266adf2e0eeb58 Typo diff -r 4bb629601097 -r 0d0a740ed42e DOCUMENTATION.markdown --- 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 diff -r 4bb629601097 -r 0d0a740ed42e losh.lisp --- 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