summaryrefslogtreecommitdiff
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 16eac81a3f..b61d4c252b 100644
--- a/array.c
+++ b/array.c
@@ -901,7 +901,7 @@ rb_ary_rindex(ary, val)
* array.indexes( i1, i2, ... iN ) -> an_array
* array.indices( i1, i2, ... iN ) -> an_array
*
- * Deprecated; use <code>Array#select</code>.
+ * Deprecated; use <code>Array#values_at</code>.
*/
static VALUE