diff options
-rw-r--r-- | ext/bigdecimal/bigdecimal.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index f2b93cccb6..0157ef537d 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -1122,7 +1122,7 @@ BigDecimal_coerce(VALUE self, VALUE other) /* * call-seq: - * +big_decimal -> big_decimal + * +big_decimal -> self * * Returns +self+: * @@ -1880,7 +1880,7 @@ BigDecimal_div3(int argc, VALUE *argv, VALUE self) /* * call-seq: - * add(value, ndigits) + * add(value, ndigits) -> new_bigdecimal * * Returns the sum of +self+ and +value+ * with a precision of +ndigits+ decimal digits. |