diff --git a/array.c b/array.c
index 3e949cfa79..cef48d3336 100644
--- a/array.c
+++ b/array.c
@@ -8244,7 +8244,7 @@ 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 the elements into a binary sequence.
+ * #pack:: Packs the elements into a binary sequence.
* #sum:: Returns a sum of elements according to either + or a given block.
*/