summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date')
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_core.c b/ext/date/date_core.c
index ebf4bf9d42..11c38a982c 100644
--- a/ext/date/date_core.c
+++ b/ext/date/date_core.c
@@ -9212,7 +9212,7 @@ Init_date_core(void)
* this is set by argument +start+ when the object is created:
*
* - Dates before the changeover are considered to be Julian.
- * - Dates after the changeover are considered to be Gregorian:
+ * - Dates after the changeover are considered to be Gregorian.
*
* The value of the +start+ argument may be:
*