From 724c6577006be743259823c90b1fdfeeb1c31ccf Mon Sep 17 00:00:00 2001 From: 180909 Date: Thu, 14 Oct 2021 14:05:44 +0800 Subject: [PATCH] Remove repeated 'the' (#4966) --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */