Skip to content

Commit

Permalink
CLJ-815 de-alpha docstring for juxt
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthalloway committed Sep 2, 2011
1 parent 6d84867 commit 2b87869
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/clj/clojure/core.clj
Expand Up @@ -2294,8 +2294,7 @@
ret))))))

(defn juxt
"Alpha - name subject to change.
Takes a set of functions and returns a fn that is the juxtaposition
"Takes a set of functions and returns a fn that is the juxtaposition
of those fns. The returned fn takes a variable number of args, and
returns a vector containing the result of applying each fn to the
args (left-to-right).
Expand Down

0 comments on commit 2b87869

Please sign in to comment.