summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index f4dc0f8927..90270617c1 100644
--- a/numeric.c
+++ b/numeric.c
@@ -2664,7 +2664,7 @@ num_ceil(int argc, VALUE *argv, VALUE num)
/*
* call-seq:
- * round(digits = 0) -> integer or float
+ * round(digits = 0, half: :up) -> integer or float
*
* Returns +self+ rounded to the nearest value with
* a precision of +digits+ decimal digits.