fix docstring
This commit is contained in:
parent
43fd7ab2e2
commit
85d3f14de9
1 changed files with 2 additions and 2 deletions
|
|
@ -995,9 +995,9 @@
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(defnav
|
(defnav
|
||||||
^{:doc "Navigate to [index elem] pairs for each element in a sequence. Changing in index in transforms
|
^{:doc "Navigate to [index elem] pairs for each element in a sequence. Changing index in transform
|
||||||
has same effect as `index-nav`. Indices seen during transform take into account any shifting
|
has same effect as `index-nav`. Indices seen during transform take into account any shifting
|
||||||
resulting from prior sequence elements changing indices."}
|
from prior sequence elements changing indices."}
|
||||||
INDEXED-VALS
|
INDEXED-VALS
|
||||||
[]
|
[]
|
||||||
(select* [this structure next-fn]
|
(select* [this structure next-fn]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue