diff options
author | Burdette Lamar <[email protected]> | 2022-07-04 11:59:35 -0500 |
---|---|---|
committer | git <[email protected]> | 2022-07-05 04:12:50 +0900 |
commit | f64bb67d75ae30fe9502b2adbe723eb2566ba552 (patch) | |
tree | 115ca669afb9f995a153c2af9da4d2af02d3ac53 /ext/date/date_core.c | |
parent | 5fe86666a58c9d73570815a0860372c2ce335234 (diff) |
[ruby/date] Update ext/date/date_core.c
https://github.com/ruby/date/commit/8eb1c780fb
Co-authored-by: Peter Zhu <[email protected]>
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r-- | ext/date/date_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |