From f64bb67d75ae30fe9502b2adbe723eb2566ba552 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Mon, 4 Jul 2022 11:59:35 -0500 Subject: [PATCH] [ruby/date] Update ext/date/date_core.c https://github.com/ruby/date/commit/8eb1c780fb Co-authored-by: Peter Zhu --- 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) * 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 *