aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-05 22:20:24 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:10:38 +0200
commit1baf017aaaf38fb6a13bedc2c97f6450748ae738 (patch)
treec8f59c0aad0d6d28f01a6eebca052833a7c1a542 /module/datetime.scm
parentMajor reordering in datetime. (diff)
downloadcalp-1baf017aaaf38fb6a13bedc2c97f6450748ae738.tar.gz
calp-1baf017aaaf38fb6a13bedc2c97f6450748ae738.tar.xz
Remove some TODO:s.
Diffstat (limited to 'module/datetime.scm')
-rw-r--r--module/datetime.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/datetime.scm b/module/datetime.scm
index a95eac47..f20a6b8f 100644
--- a/module/datetime.scm
+++ b/module/datetime.scm
@@ -864,7 +864,7 @@
;;; OPERATIONS
-;; TODO +1 month is weird for late days in a month.
+;; NOTE +1 month is weird for late days in a month.
;; is the last of january +1 month the last of february,
;; or a few days into march? It's at least not the 31 of
;; February, as the code is currently written.