Skip to content

Commit 18bddd1

Browse files
author
Yannick Scherer
committed
adjust public API.
1 parent 10ed354 commit 18bddd1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/rewrite_clj/zip.clj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838

3939
[rewrite-clj.zip.find
4040
find find-next
41+
find-depth-first
42+
find-next-depth-first
4143
find-tag find-next-tag
4244
find-value find-next-value
4345
find-token find-next-token]

src/rewrite_clj/zip/find.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
(find-token zloc f p?))))
105105

106106
(defn find-next-value
107-
"Find token node whose value matches the given one by applying the
107+
"Find next token node whose value matches the given one by applying the
108108
given movement function to the initial zipper location, defaulting
109109
to `right`."
110110
([zloc v]

0 commit comments

Comments
 (0)