From 2a6ef8d0c0abb1245cf71da96427cba96a4d6b2e Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Fri, 30 Sep 2016 06:57:12 -0400 Subject: [PATCH] fix doc on comp-paths --- src/clj/com/rpl/specter.cljc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index 8a36537..d49d5f7 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -423,10 +423,7 @@ (defn comp-paths "Returns a compiled version of the given path for use with - compiled-{select/transform/setval/etc.} functions. This can compile navigators - (defined with `defnav`) without their parameters, and the resulting compiled - path will require parameters for all such navigators in the order in which - they were declared." + compiled-{select/transform/setval/etc.} functions." [& apath] (i/comp-paths* (vec apath)))