[前][次][番号順一覧][スレッド一覧]

ruby-changes:68448

From: 180909 <ko1@a...>
Date: Thu, 14 Oct 2021 15:06:03 +0900 (JST)
Subject: [ruby-changes:68448] 724c657700 (master): Remove repeated 'the' (#4966)

https://git.ruby-lang.org/ruby.git/commit/?id=724c657700

From 724c6577006be743259823c90b1fdfeeb1c31ccf Mon Sep 17 00:00:00 2001
From: 180909 <wjh180909@g...>
Date: Thu, 14 Oct 2021 14:05:44 +0800
Subject: 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) https://github.com/ruby/ruby/blob/trunk/array.c#L8244
  *       - 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.
  */
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]