diff options
| author | 2023-07-26 11:23:18 +0200 | |
|---|---|---|
| committer | 2023-07-26 13:10:07 +0200 | |
| commit | 562fcadad4254614096a5586c989358f11351e43 (patch) | |
| tree | 02fbd12c719e4cf43a7bc128e55c7226ca76caa9 /README.md | |
| parent | test: test both update-time and its * variant (diff) | |
Add missing parens
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
