ruby-changes:72414
From: BurdetteLamar <ko1@a...>
Date: Tue, 5 Jul 2022 04:13:04 +0900 (JST)
Subject: [ruby-changes:72414] 7212163e7c (master): [ruby/date] Enhanced RDoc
https://git.ruby-lang.org/ruby.git/commit/?id=7212163e7c From 7212163e7ca4a49137aa31fcb86c4c1c4cdb3846 Mon Sep 17 00:00:00 2001 From: BurdetteLamar <BurdetteLamar@Y...> 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(-) 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) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L9212 * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/