Skip to content

Commit 905d034

Browse files
committed
[Doc] Fix the document of BigDecimal()
[ci-skip]
1 parent 741fb3e commit 905d034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2830,7 +2830,7 @@ VpNewVarArg(int argc, VALUE *argv)
28302830
}
28312831

28322832
/* call-seq:
2833-
* BigDecimal(initial, digits, exception: true)
2833+
* BigDecimal(initial, digits=0, exception: true)
28342834
*
28352835
* Create a new BigDecimal object.
28362836
*

0 commit comments

Comments
 (0)