We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ed354 commit 18bddd1Copy full SHA for 18bddd1
src/rewrite_clj/zip.clj
@@ -38,6 +38,8 @@
38
39
[rewrite-clj.zip.find
40
find find-next
41
+ find-depth-first
42
+ find-next-depth-first
43
find-tag find-next-tag
44
find-value find-next-value
45
find-token find-next-token]
src/rewrite_clj/zip/find.clj
@@ -104,7 +104,7 @@
104
(find-token zloc f p?))))
105
106
(defn find-next-value
107
- "Find token node whose value matches the given one by applying the
+ "Find next token node whose value matches the given one by applying the
108
given movement function to the initial zipper location, defaulting
109
to `right`."
110
([zloc v]
0 commit comments