aboutsummaryrefslogtreecommitdiff
path: root/module/datetime.scm
diff options
context:
space:
mode:
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.