aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1456efc..dae9a59 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ for native API, please see the test suite and `src/` directory.
(put calendar-now-utc :sec 120) # out of range
(:timegm! calendar-now-utc)
# now in range
-(assert > (:timegm calendar-now-utc) now)
+(assert (> (:timegm calendar-now-utc) now))
# however, it is recommended to work with date/time objects
# you can mutate those using the update-time function suite