From c2d4d2a4d85a7763c13f8a9cd987feb71264f3fd Mon Sep 17 00:00:00 2001 From: Bobbi Towers Date: Sun, 9 Jul 2023 00:26:17 -0700 Subject: [PATCH] typo fix: subedit->> docstring (#238) 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)."