Skip to content

Commit e68e6cb

Browse files
authored
Fix indentation [ci skip]
1 parent 6c2bb36 commit e68e6cb

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
@@ -2467,7 +2467,7 @@ BigDecimal_fix(VALUE self)
24672467
*
24682468
* BigDecimal('3.14159').round(2).class.name #=> "BigDecimal"
24692469
* BigDecimal('3.14159').round.class.name #=> "Integer"
2470-
* BigDecimal('3.14159').round(0).class.name #=> "Integer"
2470+
* BigDecimal('3.14159').round(0).class.name #=> "Integer"
24712471
*
24722472
* If n is specified and positive, the fractional part of the result has no
24732473
* more than that many digits.

0 commit comments

Comments
 (0)