aboutsummaryrefslogtreecommitdiffstats
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 d1d9ba758b..8ef6ce0502 100644
--- a/numeric.c
+++ b/numeric.c
@@ -4249,7 +4249,7 @@ fix_idiv(VALUE x, VALUE y)
* 4.div(3.0) # => 1
* 4.div(Rational(3, 1)) # => 1
*
- * Raises an exception if +numeric+ does not have method +div+.
+ * Raises an exception if +numeric+ does not have method +div+.
*
*/