Skip to content

Commit

Permalink
typo fix: subedit->> docstring (#238)
Browse files Browse the repository at this point in the history
Function is analogous to thread-last, but had `->` in docstring
  • Loading branch information
bobbicodes authored Jul 9, 2023
1 parent a8c298c commit c2d4d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewrite_clj/zip/subedit.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
Expand Down

0 comments on commit c2d4d2a

Please sign in to comment.