1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove repeated 'the' (#4966)

This commit is contained in:
180909 2021-10-14 14:05:44 +08:00 committed by GitHub
parent 9e86a60306
commit 724c657700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: git 2021-10-14 15:06:08 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>

View file

@ -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.
*/