We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2bb36 commit e68e6cbCopy full SHA for e68e6cb
ext/bigdecimal/bigdecimal.c
@@ -2467,7 +2467,7 @@ BigDecimal_fix(VALUE self)
2467
*
2468
* BigDecimal('3.14159').round(2).class.name #=> "BigDecimal"
2469
* BigDecimal('3.14159').round.class.name #=> "Integer"
2470
- * BigDecimal('3.14159').round(0).class.name #=> "Integer"
+ * BigDecimal('3.14159').round(0).class.name #=> "Integer"
2471
2472
* If n is specified and positive, the fractional part of the result has no
2473
* more than that many digits.
0 commit comments