aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/time/month.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/lux/time/month.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/lux/time/month.lux b/stdlib/source/lux/time/month.lux
index 203f5c6cb..2863220da 100644
--- a/stdlib/source/lux/time/month.lux
+++ b/stdlib/source/lux/time/month.lux
@@ -59,7 +59,7 @@
(`` (structure: #export order (Order Month)
(def: &equivalence ..equivalence)
- (~~ (do-template [<name> <comp>]
+ (~~ (template [<name> <comp>]
[(def: (<name> reference sample)
(<comp> (number reference) (number sample)))]