summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index 2a3ebce7c2..d0424c0275 100644
--- a/numeric.c
+++ b/numeric.c
@@ -3988,7 +3988,8 @@ Init_Numeric(void)
*/
rb_define_const(rb_cFloat, "MANT_DIG", INT2FIX(DBL_MANT_DIG));
/*
- * The number of decimal digits in a double-precision floating point.
+ * The minimum number of significant decimal digits in a double-precision
+ * floating point.
*
* Usually defaults to 15.
*/