Skip to content

Commit 7fd25bd

Browse files
committed
docstring: fix typo in cljdoc wikilink
1 parent 3b9b433 commit 7fd25bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rewrite_clj/zip.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
;; DO NOT EDIT FILE, automatically imported from: rewrite-clj.zip.base
208208
(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]]).
210210
211211
Optional `opts` can specify:
212212
- `:track-position?` set to `true` to enable ones-based row/column tracking, see [docs on position tracking](/doc/01-user-guide.adoc#position-tracking).

src/rewrite_clj/zip/base.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; ## Zipper
1313

1414
(defn of-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]]).
1616
1717
Optional `opts` can specify:
1818
- `: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

Comments
 (0)