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.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/time/month.lux b/stdlib/source/library/lux/time/month.lux
index 3cac9c162..a8e01bc39 100644
--- a/stdlib/source/library/lux/time/month.lux
+++ b/stdlib/source/library/lux/time/month.lux
@@ -9,7 +9,7 @@
[codec (.only Codec)]]
[control
["[0]" try (.only Try)]
- ["[0]" exception (.only exception:)]]
+ ["[0]" exception (.only exception)]]
[data
["[0]" text (.use "[1]#[0]" monoid)]]
[macro
@@ -78,7 +78,7 @@
<number>])
(<pairs>)))
- (exception: .public (invalid_month [number Nat])
+ (exception .public (invalid_month [number Nat])
(exception.report
"Number" (at n.decimal encoded number)
"Valid range" (all "lux text concat"
@@ -207,7 +207,7 @@
{#November}
{#December}))
-(exception: .public (not_a_month_of_the_year [value Text])
+(exception .public (not_a_month_of_the_year [value Text])
(exception.report
"Value" (text.format value)))