aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/time/day.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/time/day.lux2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/time/day.lux b/stdlib/source/library/lux/time/day.lux
index f50c79af1..10c0a6498 100644
--- a/stdlib/source/library/lux/time/day.lux
+++ b/stdlib/source/library/lux/time/day.lux
@@ -115,7 +115,7 @@
(def (decoded value)
(case (text#composite "#" value)
(^.with_template [<tag>]
- [(pattern (template.text [<tag>]))
+ [(template.text [<tag>])
{try.#Success {<tag>}}])
([..#Monday]
[..#Tuesday]