fix doc on comp-paths

This commit is contained in:
Nathan Marz 2016-09-30 06:57:12 -04:00
parent 03493cf9ca
commit 2a6ef8d0c0

View file

@ -423,10 +423,7 @@
(defn comp-paths (defn comp-paths
"Returns a compiled version of the given path for use with "Returns a compiled version of the given path for use with
compiled-{select/transform/setval/etc.} functions. This can compile navigators compiled-{select/transform/setval/etc.} functions."
(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."
[& apath] [& apath]
(i/comp-paths* (vec apath))) (i/comp-paths* (vec apath)))