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

ruby-changes:64646

From: Kenta <ko1@a...>
Date: Mon, 28 Dec 2020 21:26:48 +0900 (JST)
Subject: [ruby-changes:64646] 06b44f819e (master): [ruby/bigdecimal] [Doc] Fix the document of BigDecimal()

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

From 06b44f819eb7b5ede1ff69cecb25682b56a1d60c Mon Sep 17 00:00:00 2001
From: Kenta Murata <mrkn@m...>
Date: Mon, 28 Dec 2020 21:25:20 +0900
Subject: [ruby/bigdecimal] [Doc] Fix the document of BigDecimal()

[ci-skip]

https://github.com/ruby/bigdecimal/commit/905d0345ec

diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c
index 1e6de0e..e544bc7 100644
--- a/ext/bigdecimal/bigdecimal.c
+++ b/ext/bigdecimal/bigdecimal.c
@@ -2830,7 +2830,7 @@ VpNewVarArg(int argc, VALUE *argv) https://github.com/ruby/ruby/blob/trunk/ext/bigdecimal/bigdecimal.c#L2830
 }
 
 /* call-seq:
- *   BigDecimal(initial, digits, exception: true)
+ *   BigDecimal(initial, digits=0, exception: true)
  *
  * Create a new BigDecimal object.
  *
-- 
cgit v0.10.2


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

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