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 fef44e462b..ed2913a8e5 100644
--- a/array.c
+++ b/array.c
@@ -2918,7 +2918,7 @@ rb_ary_flatten(int argc, VALUE *argv, VALUE ary)
/*
* call-seq:
- * array.shuffle! -> array or nil
+ * array.shuffle! -> array
*
* Shuffles elements in _self_ in place.
*/