From 7212163e7ca4a49137aa31fcb86c4c1c4cdb3846 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Sun, 3 Jul 2022 15:18:44 -0500 Subject: [ruby/date] Enhanced RDoc https://github.com/ruby/date/commit/5c18ec031e --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date') 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: * -- cgit v1.2.1