Skip to content

Commit

Permalink
Fix documentation by removing range-specified? from API.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkinnear committed Apr 11, 2022
1 parent 90f53db commit c5a4a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zprint/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
(clojure.string/replace "\\r" "\r"))))
element))

(defn range-specified?
(defn ^:no-doc range-specified?
"Return true if the start or end of a range is specified, or if
:output :range? is true."
[options]
Expand Down

0 comments on commit c5a4a08

Please sign in to comment.