Skip to content

Commit e699c24

Browse files
committed
docstrings
1 parent 0217a1c commit e699c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java_time/core.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
false)))
172172

173173
(def not-after?
174-
""
174+
"Similar to `before?`, but also returns truthy if the inputs are equal."
175175
(complement after?))
176176

177177
(defn after?
@@ -194,7 +194,7 @@
194194
false)))
195195

196196
(def not-before?
197-
""
197+
"Similar to `after?`, but also returns truthy if the inputs are equal."
198198
(complement before?))
199199

200200
(defn plus

0 commit comments

Comments
 (0)