You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rewrite_clj/zip.cljc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
207
207
;; DO NOT EDIT FILE, automatically imported from: rewrite-clj.zip.base
208
208
(defn ^{:added"1.1.45"} of-node*
209
-
"Create and return zipper from a rewrite-clj `node` (likely parsed by [[rewrite-clj.parse]]).
209
+
"Create and return zipper from a rewrite-clj `node` (likely parsed by [[rewrite-clj.parser]]).
210
210
211
211
Optional `opts` can specify:
212
212
- `:track-position?` set to `true` to enable ones-based row/column tracking, see [docs on position tracking](/doc/01-user-guide.adoc#position-tracking).
Copy file name to clipboardExpand all lines: src/rewrite_clj/zip/base.cljc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
;; ## Zipper
13
13
14
14
(defnof-node*
15
-
"Create and return zipper from a rewrite-clj `node` (likely parsed by [[rewrite-clj.parse]]).
15
+
"Create and return zipper from a rewrite-clj `node` (likely parsed by [[rewrite-clj.parser]]).
16
16
17
17
Optional `opts` can specify:
18
18
- `:track-position?` set to `true` to enable ones-based row/column tracking, see [docs on position tracking](/doc/01-user-guide.adoc#position-tracking).
0 commit comments