diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 648febf7..9c4c146d 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -2681,9 +2681,8 @@ VpNewVarArg(int argc, VALUE *argv) * If it is a String, spaces are ignored and unrecognized characters * terminate the value. * - * digits:: The number of significant digits, as an Integer. If omitted or 0, - * the number of significant digits is determined from the initial - * value. + * digits:: The number of significant digits, as an Integer. This is required if + * +initial+ is a Float or Rational, and ignored otherwise. * * The actual number of significant digits used in computation is * usually larger than the specified number.