aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/date.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/time/date.lux')
-rw-r--r--stdlib/source/library/lux/time/date.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/time/date.lux b/stdlib/source/library/lux/time/date.lux
index a2a455fa1..310be7a0e 100644
--- a/stdlib/source/library/lux/time/date.lux
+++ b/stdlib/source/library/lux/time/date.lux
@@ -178,7 +178,7 @@
_ (<text>.this ..separator)
utc_month ..month_parser
_ (<text>.this ..separator)
- .let [month (maybe.assume (dictionary.get utc_month ..month_by_number))]
+ .let [month (maybe.assume (dictionary.value utc_month ..month_by_number))]
utc_day ..section_parser]
(<>.lift (..date utc_year month utc_day))))
@@ -339,7 +339,7 @@
... Coercing, because the year is already in internal form.
(try.assumed
(..date (:as Year year)
- (maybe.assume (dictionary.get month ..month_by_number))
+ (maybe.assume (dictionary.value month ..month_by_number))
day))))
(implementation: .public enum