Skip to content

Commit

Permalink
Correct indentation in Kernel#BigDecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored and ioquatix committed Jul 1, 2022
1 parent f6b058e commit 3ede886
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext/bigdecimal/bigdecimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -3493,12 +3493,12 @@ rb_convert_to_BigDecimal(VALUE val, size_t digs, int raise_exception)
* BigDecimal(value, exception: true) -> bigdecimal
* BigDecimal(value, ndigits, exception: true) -> bigdecimal
*
* Returns the \BigDecimal converted from +value+
* with a precision of +ndigits+ decimal digits.
* Returns the \BigDecimal converted from +value+
* with a precision of +ndigits+ decimal digits.
*
* When +ndigits+ is less than the number of significant digits
* in the value, the result is rounded to that number of digits,
* according to the current rounding mode; see BigDecimal.mode.
* When +ndigits+ is less than the number of significant digits
* in the value, the result is rounded to that number of digits,
* according to the current rounding mode; see BigDecimal.mode.
*
* Returns +value+ converted to a \BigDecimal, depending on the type of +value+:
*
Expand Down

0 comments on commit 3ede886

Please sign in to comment.