Skip to content

Commit 774cc4f

Browse files
committed
Corrected docstring for after?
1 parent f6c34c7 commit 774cc4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_time/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
false)))
172172

173173
(defn after?
174-
"Returns non-nil if time entities are ordered from the earliest to the latest
174+
"Returns non-nil if time entities are ordered from the latest to the earliest
175175
(same semantics as `>`):
176176
177177
(after? (local-date 2011) (local-date 2010) (local-date 2009))

0 commit comments

Comments
 (0)