X Tutup
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/clj/clojure/instant.clj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ specified.
((if leap-year? dim-leap dim-norm) month))))

(defn validated
"Return a function which constructs and instant by calling constructor
"Return a function which constructs an instant by calling constructor
after first validating that those arguments are in range and otherwise
plausible. The resulting function will throw an exception if called
with invalid arguments."
Expand Down
X Tutup