Skip to content

Commit b13c45d

Browse files
leppertstuarthalloway
authored andcommitted
Fix typo
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent c80d9b0 commit b13c45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/clojure/instant.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ specified.
136136
((if leap-year? dim-leap dim-norm) month))))
137137

138138
(defn validated
139-
"Return a function which constructs and instant by calling constructor
139+
"Return a function which constructs an instant by calling constructor
140140
after first validating that those arguments are in range and otherwise
141141
plausible. The resulting function will throw an exception if called
142142
with invalid arguments."

0 commit comments

Comments
 (0)