0d0a740ed42e
Typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 23 Aug 2016 01:23:06 +0000 |
parents | 4bb629601097 |
children | 6bf3ae7ae6ad |
branches/tags | (none) |
files | DOCUMENTATION.markdown losh.lisp |
Changes
--- 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