Skip to content

Commit bf0f76a

Browse files
authored
Merge pull request dm3#19 from otfrom/fix/after-docstring
Corrected docstring for `after?`
2 parents f6c34c7 + 774cc4f commit bf0f76a

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)