fix doc on comp-paths
This commit is contained in:
parent
03493cf9ca
commit
2a6ef8d0c0
1 changed files with 1 additions and 4 deletions
|
|
@ -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)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue