From 562fcadad4254614096a5586c989358f11351e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Posp=C3=AD=C5=A1il?= Date: Wed, 26 Jul 2023 11:23:18 +0200 Subject: Add missing parens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3