mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/bigdecimal] Remove trailing whitespace.
https://github.com/ruby/bigdecimal/commit/223d193f01
This commit is contained in:
parent
8e2c425183
commit
a95b741a97
1 changed files with 2 additions and 2 deletions
|
@ -3607,9 +3607,9 @@ BigDecimal_limit(int argc, VALUE *argv, VALUE self)
|
||||||
/* Returns the sign of the value.
|
/* Returns the sign of the value.
|
||||||
*
|
*
|
||||||
* Returns a positive value if > 0, a negative value if < 0.
|
* Returns a positive value if > 0, a negative value if < 0.
|
||||||
* It behaves the same with zeros -
|
* It behaves the same with zeros -
|
||||||
* it returns a positive value for a positive zero (BigDecimal('0')) and
|
* it returns a positive value for a positive zero (BigDecimal('0')) and
|
||||||
* a negative value for a negative zero (BigDecimal('-0')).
|
* a negative value for a negative zero (BigDecimal('-0')).
|
||||||
*
|
*
|
||||||
* The specific value returned indicates the type and sign of the BigDecimal,
|
* The specific value returned indicates the type and sign of the BigDecimal,
|
||||||
* as follows:
|
* as follows:
|
||||||
|
|
Loading…
Reference in a new issue