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

[ci-skip]

https://github.com/ruby/bigdecimal/commit/905d0345ec
This commit is contained in:
Kenta Murata 2020-12-28 21:25:20 +09:00
Родитель 80d9e457c5
Коммит 06b44f819e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.
*