Skip to content

Commit 0de9298

Browse files
BurdetteLamarmrkn
authored andcommitted
Enhanced RDoc for selected methods
1 parent 6139ea1 commit 0de9298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/bigdecimal/bigdecimal.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ BigDecimal_coerce(VALUE self, VALUE other)
11221122

11231123
/*
11241124
* call-seq:
1125-
* +big_decimal -> big_decimal
1125+
* +big_decimal -> self
11261126
*
11271127
* Returns +self+:
11281128
*
@@ -1880,7 +1880,7 @@ BigDecimal_div3(int argc, VALUE *argv, VALUE self)
18801880

18811881
/*
18821882
* call-seq:
1883-
* add(value, ndigits)
1883+
* add(value, ndigits) -> new_bigdecimal
18841884
*
18851885
* Returns the sum of +self+ and +value+
18861886
* with a precision of +ndigits+ decimal digits.

0 commit comments

Comments
 (0)