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

ruby-changes:17045

From: naruse <ko1@a...>
Date: Thu, 19 Aug 2010 11:18:40 +0900 (JST)
Subject: [ruby-changes:17045] Ruby:r29043 (trunk): * enum.c (enum_inject): fix typo of rdoc.

naruse	2010-08-19 11:12:32 +0900 (Thu, 19 Aug 2010)

  New Revision: 29043

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

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

  Modified files:
    trunk/ChangeLog
    trunk/enum.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29042)
+++ ChangeLog	(revision 29043)
@@ -1,3 +1,8 @@
+Thu Aug 19 11:11:24 2010  NARUSE, Yui  <naruse@r...>
+
+	* enum.c (enum_inject): fix typo of rdoc.
+	  patched by Andrei Kulakov [ruby-core:31768]
+
 Thu Aug 19 10:06:08 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_extname): Pathname#extname translated
Index: enum.c
===================================================================
--- enum.c	(revision 29042)
+++ enum.c	(revision 29043)
@@ -527,7 +527,7 @@
  *  operation, specified by a block or a symbol that names a
  *  method or operator.
  *
- *  If you specify a block, then for each element in <i>enum<i>
+ *  If you specify a block, then for each element in <i>enum</i>
  *  the block is passed an accumulator value (<i>memo</i>) and the element.
  *  If you specify a symbol instead, then each element in the collection
  *  will be passed to the named method of <i>memo</i>.

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

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