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

ruby-changes:29540

From: zzak <ko1@a...>
Date: Mon, 24 Jun 2013 02:48:47 +0900 (JST)
Subject: [ruby-changes:29540] zzak:r41592 (trunk): * array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]

zzak	2013-06-24 02:46:50 +0900 (Mon, 24 Jun 2013)

  New Revision: 41592

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41592

  Log:
    * array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
      https://github.com/ruby/ruby/pull/337

  Modified files:
    trunk/ChangeLog
    trunk/array.c

Index: array.c
===================================================================
--- array.c	(revision 41591)
+++ array.c	(revision 41592)
@@ -3070,7 +3070,7 @@ take_items(VALUE obj, long n) https://github.com/ruby/ruby/blob/trunk/array.c#L3070
  *  corresponding elements from each argument.
  *
  *  This generates a sequence of <code>ary.size</code> _n_-element arrays,
- *  where _n_ is one more that the count of arguments.
+ *  where _n_ is one more than the count of arguments.
  *
  *  If the size of any argument is less than the size of the initial array,
  *  +nil+ values are supplied.
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41591)
+++ ChangeLog	(revision 41592)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon Jun 24 02:45:51 2013  Zachary Scott  <zachary@z...>
+
+	* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
+	  https://github.com/ruby/ruby/pull/337
+
 Mon Jun 24 02:42:01 2013  Zachary Scott  <zachary@z...>
 
 	* win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]

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

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