[ruby/bigdecimal] [Doc] Fix the document of BigDecimal()

[ci-skip]

905d0345ec
This commit is contained in:
Kenta Murata 2020-12-28 21:25:20 +09:00
parent 80d9e457c5
commit 06b44f819e

View file

@ -2830,7 +2830,7 @@ VpNewVarArg(int argc, VALUE *argv)
}
/* call-seq:
* BigDecimal(initial, digits, exception: true)
* BigDecimal(initial, digits=0, exception: true)
*
* Create a new BigDecimal object.
*