1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/date] Update ext/date/date_core.c

https://github.com/ruby/date/commit/8eb1c780fb

Co-authored-by: Peter Zhu <peter@peterzhu.ca>
This commit is contained in:
Burdette Lamar 2022-07-04 11:59:35 -05:00 committed by git
parent 5fe86666a5
commit f64bb67d75

View file

@ -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
*