From 5017069c7a449aa229412f75f51e273cd7e2ab33 Mon Sep 17 00:00:00 2001 From: Christophe Grand Date: Wed, 18 Oct 2017 19:34:22 -0500 Subject: [PATCH] docstring fix --- src/net/cgrand/xforms.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/cgrand/xforms.cljc b/src/net/cgrand/xforms.cljc index 6bea491..08df58c 100644 --- a/src/net/cgrand/xforms.cljc +++ b/src/net/cgrand/xforms.cljc @@ -305,7 +305,7 @@ acc))))))))))) (defn into-by-key - "A shorthand for the common case (comp (x/by-key ...) (x/into {}))." + "A shorthand for the common case (comp (x/by-key ...) (x/into coll))." [coll & by-key-args] (comp (apply by-key by-key-args) (into coll)))