aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/month.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/time/month.lux')
-rw-r--r--stdlib/source/library/lux/time/month.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/time/month.lux b/stdlib/source/library/lux/time/month.lux
index d8203e175..07fcc6269 100644
--- a/stdlib/source/library/lux/time/month.lux
+++ b/stdlib/source/library/lux/time/month.lux
@@ -184,7 +184,7 @@
{#.doc (example "The amount of days of a month (in a leap year).")}
(-> Month Nat)
(case month
- #February (inc (..days month))
+ #February (++ (..days month))
_ (..days month)))
(def: .public year