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

ruby-changes:17157

From: naruse <ko1@a...>
Date: Wed, 1 Sep 2010 14:36:36 +0900 (JST)
Subject: [ruby-changes:17157] Ruby:r29156 (trunk): * enum.c (enum_zip): fix typo of rdoc.

naruse	2010-09-01 14:36:31 +0900 (Wed, 01 Sep 2010)

  New Revision: 29156

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

  Log:
    * enum.c (enum_zip): fix typo of rdoc.
      patched by Andrei Kulakov [ruby-core:31974]

  Modified files:
    trunk/ChangeLog
    trunk/enum.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29155)
+++ ChangeLog	(revision 29156)
@@ -1,3 +1,8 @@
+Wed Sep  1 14:33:36 2010  NARUSE, Yui  <naruse@r...>
+
+	* enum.c (enum_zip): fix typo of rdoc.
+	  patched by Andrei Kulakov [ruby-core:31974]
+
 Wed Sep  1 12:56:36 2010  Nobuyoshi Nakada  <nobu@r...>
 
 	* thread.c (ruby_suppress_tracing): restore the state and invoke
Index: enum.c
===================================================================
--- enum.c	(revision 29155)
+++ enum.c	(revision 29156)
@@ -1911,7 +1911,7 @@
  *  elements from each <i>args</i>.  This generates a sequence of
  *  <em>n</em>-element arrays, where <em>n</em> is one more than the
  *  count of arguments.  The length of the resulting sequence will be
- *  <code>enum#size</code.  If the size of any argument is less than
+ *  <code>enum#size</code>.  If the size of any argument is less than
  *  <code>enum#size</code>, <code>nil</code> values are supplied. If
  *  a block is given, it is invoked for each output array, otherwise
  *  an array of arrays is returned.

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

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