Skip to content

Commit 3ede886

Browse files
BurdetteLamarioquatix
authored andcommitted
Correct indentation in Kernel#BigDecimal
1 parent f6b058e commit 3ede886

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3493,12 +3493,12 @@ rb_convert_to_BigDecimal(VALUE val, size_t digs, int raise_exception)
34933493
* BigDecimal(value, exception: true) -> bigdecimal
34943494
* BigDecimal(value, ndigits, exception: true) -> bigdecimal
34953495
*
3496-
* Returns the \BigDecimal converted from +value+
3497-
* with a precision of +ndigits+ decimal digits.
3496+
* Returns the \BigDecimal converted from +value+
3497+
* with a precision of +ndigits+ decimal digits.
34983498
*
3499-
* When +ndigits+ is less than the number of significant digits
3500-
* in the value, the result is rounded to that number of digits,
3501-
* according to the current rounding mode; see BigDecimal.mode.
3499+
* When +ndigits+ is less than the number of significant digits
3500+
* in the value, the result is rounded to that number of digits,
3501+
* according to the current rounding mode; see BigDecimal.mode.
35023502
*
35033503
* Returns +value+ converted to a \BigDecimal, depending on the type of +value+:
35043504
*

0 commit comments

Comments
 (0)