Skip to content

Commit

Permalink
improve docstring on divide
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Sep 7, 2023
1 parent 3b84eb5 commit c679721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tick/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@
(defn months "extract months from 'v'" [v] (p/months v))
(defn years "extract years from 'v'" [v] (p/years v))

(defn divide "divisor is a unit e.g. :hours or " [t divisor]
(defn divide "divide TemporalAmount t by divisor, which is a unit e.g. :hours or a TemporalAmount" [t divisor]
(p/divide t divisor))

(defn parse-date
Expand Down

0 comments on commit c679721

Please sign in to comment.