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

ruby-changes:22663

From: matz <ko1@a...>
Date: Tue, 21 Feb 2012 02:59:53 +0900 (JST)
Subject: [ruby-changes:22663] matz:r34712 (trunk): * enumerator.c (enumerator_rewind): update the documentation.

matz	2012-02-21 02:59:43 +0900 (Tue, 21 Feb 2012)

  New Revision: 34712

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

  Log:
    * enumerator.c (enumerator_rewind): update the documentation.
      fixed: #6053

  Modified files:
    trunk/ChangeLog
    trunk/enumerator.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34711)
+++ ChangeLog	(revision 34712)
@@ -1,3 +1,8 @@
+Tue Feb 21 02:56:15 2012  Yukihiro Matsumoto  <matz@r...>
+
+	* enumerator.c (enumerator_rewind): update the documentation.
+	  fixed: #6053
+
 Mon Feb 20 23:38:35 2012  NAKAMURA Usaku  <usa@r...>
 
 	* enc/depend: ignore mktable.c because it's not encoding library.
Index: enumerator.c
===================================================================
--- enumerator.c	(revision 34711)
+++ enumerator.c	(revision 34712)
@@ -817,7 +817,7 @@
  * call-seq:
  *   e.rewind   -> e
  *
- * Rewinds the enumeration sequence by one step.
+ * Rewinds the enumeration sequence to the beginning.
  *
  * If the enclosed object responds to a "rewind" method, it is called.
  */

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

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