diff --git a/array.c b/array.c
index c31ad635af..3261b5f1d2 100644
--- a/array.c
+++ b/array.c
@@ -8701,7 +8701,6 @@ rb_ary_deconstruct(VALUE ary)
* - With string argument +field_separator+, a new string that is equivalent to
* join(field_separator).
*
- * - #abbrev: Returns a hash of unambiguous abbreviations for elements.
* - #pack: Packs the elements into a binary sequence.
* - #sum: Returns a sum of elements according to either + or a given block.
*/