[前][次][番号順一覧][スレッド一覧]

ruby-changes:72416

From: BurdetteLamar <ko1@a...>
Date: Tue, 5 Jul 2022 04:13:07 +0900 (JST)
Subject: [ruby-changes:72416] e323d8e6a2 (master): [ruby/date] Enhanced RDoc

https://git.ruby-lang.org/ruby.git/commit/?id=e323d8e6a2

From e323d8e6a20755342d008b86283511c98da04b3d Mon Sep 17 00:00:00 2001
From: BurdetteLamar <BurdetteLamar@Y...>
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(-)

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) https://github.com/ruby/ruby/blob/trunk/ext/date/date_core.c#L2732
 
 /*
  * 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.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]