diff --git a/src/rewrite_clj/custom_zipper/core.cljc b/src/rewrite_clj/custom_zipper/core.cljc index 779bae02..4bdecec6 100644 --- a/src/rewrite_clj/custom_zipper/core.cljc +++ b/src/rewrite_clj/custom_zipper/core.cljc @@ -102,7 +102,7 @@ (map first (:left zloc))) (defn-switchable rights - "Returns a seq of the left siblings of current node in `zloc`." + "Returns a seq of the right siblings of current node in `zloc`." [zloc] (map first (:right zloc)))