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.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/time/day.lux b/stdlib/source/library/lux/time/day.lux
index 384802851..b44ace3a8 100644
--- a/stdlib/source/library/lux/time/day.lux
+++ b/stdlib/source/library/lux/time/day.lux
@@ -19,7 +19,7 @@
["n" nat]]]]])
(type: .public Day
- {#.doc (doc "A day of the week.")}
+ {#.doc (example "A day of the week.")}
#Sunday
#Monday
#Tuesday
@@ -123,7 +123,7 @@
_ (exception.except ..not_a_day_of_the_week [value]))))
(def: .public week
- {#.doc (doc "All the days, ordered by when they come in a week.")}
+ {#.doc (example "All the days, ordered by when they come in a week.")}
(List Day)
(list #Sunday
#Monday