Skip to content

Commit

Permalink
build: apply-import-vars gen-code (#239)
Browse files Browse the repository at this point in the history
Our import-vars happens via code generation.
Ran `bb apply-import-vars gen-code` then checked in the updated
generated code.
  • Loading branch information
lread authored Jul 9, 2023
1 parent c2d4d2a commit 8cb9924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rewrite_clj/zip.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@

;; DO NOT EDIT FILE, automatically imported from: rewrite-clj.zip.subedit
(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 8cb9924

Please sign in to comment.