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:
parent
5fe86666a5
commit
f64bb67d75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue