aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index c742c4fc70..476b1c4d66 100644
--- a/array.c
+++ b/array.c
@@ -5716,7 +5716,7 @@ rb_ary_dig(int argc, VALUE *argv, VALUE self)
*
*
* Array#sum method may not respect method redefinition of "+" methods
- * such as Fixnum#+.
+ * such as Integer#+.
*
*/