summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2022-07-03 15:18:44 -0500
committergit <svn-admin@ruby-lang.org>2022-07-05 04:12:47 +0900
commit7212163e7ca4a49137aa31fcb86c4c1c4cdb3846 (patch)
tree2f323a0a5154e9f548e53c2651dd435889ba46cd /ext/date
parent4ec14b63239ba00102bff64153b360dae1544c29 (diff)
downloadruby-7212163e7ca4a49137aa31fcb86c4c1c4cdb3846.tar.gz
[ruby/date] Enhanced RDoc
https://github.com/ruby/date/commit/5c18ec031e
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:
*