aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/world/time/month.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/world/time/month.lux')
-rw-r--r--stdlib/source/documentation/lux/world/time/month.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/documentation/lux/world/time/month.lux b/stdlib/source/documentation/lux/world/time/month.lux
index 60f1dcdea..b73668801 100644
--- a/stdlib/source/documentation/lux/world/time/month.lux
+++ b/stdlib/source/documentation/lux/world/time/month.lux
@@ -28,11 +28,11 @@
($.definition /.days
"The amount of days of a month."
- [(days month)])
+ ($.example (days month)))
($.definition /.leap_year_days
"The amount of days of a month (in a leap year)."
- [(leap_year_days month)])
+ ($.example (leap_year_days month)))
($.definition /.year
"All the months, ordered by when they come in a year.")