summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
author180909 <wjh180909@gmail.com>2021-10-14 14:05:44 +0800
committerGitHub <noreply@github.com>2021-10-13 23:05:44 -0700
commit724c6577006be743259823c90b1fdfeeb1c31ccf (patch)
treef773b191f7f53955dafa3a45501991227c960507 /array.c
parent9e86a603063dc564810bff209913365f894e00e7 (diff)
Remove repeated 'the' (#4966)
Notes
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
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 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
* <tt>join(field_separator)</tt>.
* #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 <tt>+</tt> or a given block.
*/