From e323d8e6a20755342d008b86283511c98da04b3d Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Mon, 4 Jul 2022 07:44:11 -0500 Subject: [ruby/date] Enhanced RDoc https://github.com/ruby/date/commit/dcc0742623 --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/date/date_core.c') diff --git a/ext/date/date_core.c b/ext/date/date_core.c index 99eb937184..ae9a0c4007 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -2732,7 +2732,7 @@ date_s__valid_commercial_p(int argc, VALUE *argv, VALUE klass) /* * call-seq: - * Date.valid_commercial?(year, week, day, start = Date::ITALY) -> true or false + * Date.valid_commercial?(cwyear, cweek, cwday, start = Date::ITALY) -> true or false * * Returns +true+ if the arguments define a valid commercial date, * +false+ otherwise: -- cgit v1.2.3