ruby-changes:72418
From: Burdette <ko1@a...>
Date: Tue, 5 Jul 2022 04:13:08 +0900 (JST)
Subject: [ruby-changes:72418] f64bb67d75 (master): [ruby/date] Update ext/date/date_core.c
https://git.ruby-lang.org/ruby.git/commit/?id=f64bb67d75 From f64bb67d75ae30fe9502b2adbe723eb2566ba552 Mon Sep 17 00:00:00 2001 From: Burdette Lamar <BurdetteLamar@Y...> Date: Mon, 4 Jul 2022 11:59:35 -0500 Subject: [ruby/date] Update ext/date/date_core.c https://github.com/ruby/date/commit/8eb1c780fb Co-authored-by: Peter Zhu <peter@p...> --- 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 4381234598..3ba66ce1c4 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -2469,7 +2469,7 @@ date_s__valid_jd_p(int argc, VALUE *argv, VALUE klass) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L2469 * Date.valid_jd?(jd, start = Date::ITALY) -> true * * Implemented for compatibility; - * returns +true+ unless +jd+ is invalid (i.e., non a Numeric). + * returns +true+ unless +jd+ is invalid (i.e., not a Numeric). * * Date.valid_jd?(2451944) # => true * -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/