From aa7a97da217a8f1f042bf6320a9043cc0245b830 Mon Sep 17 00:00:00 2001 From: Bobbi Towers Date: Sat, 8 Jul 2023 20:40:48 -0700 Subject: [PATCH] typo fix: subedit->> docstring Function is analogous to thread-last, but had `->` in docstring --- src/rewrite_clj/zip/subedit.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rewrite_clj/zip/subedit.cljc b/src/rewrite_clj/zip/subedit.cljc index 663c7f0..5264cb2 100644 --- a/src/rewrite_clj/zip/subedit.cljc +++ b/src/rewrite_clj/zip/subedit.cljc @@ -95,7 +95,7 @@ `(subedit-node ~zloc #(-> % ~@body))) (defmacro subedit->> - "Like `->`. Threads `zloc`, as an isolated sub-tree through forms, then zips + "Like `->>`. Threads `zloc`, as an isolated sub-tree through forms, then zips up to, and locates at, the root of the modified sub-tree. See [docs on sub editing](/doc/01-user-guide.adoc#sub-editing)."