aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/time/date.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/documentation/lux/world/time/date.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux/world/time/date.lux b/stdlib/source/documentation/lux/world/time/date.lux
index 17fd0143b..6c508233f 100644
--- a/stdlib/source/documentation/lux/world/time/date.lux
+++ b/stdlib/source/documentation/lux/world/time/date.lux
@@ -25,14 +25,14 @@
($.default /.of_days)
($.default /.enum)
- ($.documentation /.Date
+ ($.definition /.Date
"A date specified as a year/month/day triplet.")
- ($.documentation /.date
+ ($.definition /.date
"A date, within the allowed limits."
[(date year month day_of_month)])
- ($.documentation /.codec
+ ($.definition /.codec
(format "Based on ISO 8601."
\n "For example: 2017-01-15"))]
[]))