diff options
-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 * |