summaryrefslogtreecommitdiff
path: root/ext/date/date_core.c
diff options
context:
space:
mode:
authorBurdetteLamar <BurdetteLamar@Yahoo.com>2022-07-04 07:44:11 -0500
committergit <svn-admin@ruby-lang.org>2022-07-05 04:12:48 +0900
commite323d8e6a20755342d008b86283511c98da04b3d (patch)
treef5517cf64be9130dec4a5559552a7aff87ef9d97 /ext/date/date_core.c
parent6317cf7de8d58f719fe232d50c0a89dbde1b5927 (diff)
[ruby/date] Enhanced RDoc
https://github.com/ruby/date/commit/dcc0742623
Diffstat (limited to 'ext/date/date_core.c')
-rw-r--r--ext/date/date_core.c2
1 files changed, 1 insertions, 1 deletions
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: