aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/time/year.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/world/time/year.lux')
-rw-r--r--stdlib/source/documentation/lux/world/time/year.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/world/time/year.lux b/stdlib/source/documentation/lux/world/time/year.lux
index 370c1cd2b..114299fed 100644
--- a/stdlib/source/documentation/lux/world/time/year.lux
+++ b/stdlib/source/documentation/lux/world/time/year.lux
@@ -31,7 +31,7 @@
($.definition /.year
"A valid year in the gregorian calendar, if possible."
- [(year value)])
+ ($.example (year value)))
($.definition /.days
"The amount of days in a typical year.")
@@ -41,7 +41,7 @@
($.definition /.leaps
"The number of leap years in a period of years."
- [(leaps year)])
+ ($.example (leaps year)))
($.definition /.codec
(format "Based on ISO 8601."