Skip to content

Commit 864dd06

Browse files
authored
fix docstring mistake; left -> right (#400)
1 parent 02bb65e commit 864dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rewrite_clj/custom_zipper/core.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
(map first (:left zloc)))
103103

104104
(defn-switchable rights
105-
"Returns a seq of the left siblings of current node in `zloc`."
105+
"Returns a seq of the right siblings of current node in `zloc`."
106106
[zloc]
107107
(map first (:right zloc)))
108108

0 commit comments

Comments
 (0)