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

ruby-changes:18832

From: matz <ko1@a...>
Date: Sun, 13 Feb 2011 07:41:12 +0900 (JST)
Subject: [ruby-changes:18832] Ruby:r30857 (trunk): * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in

matz	2011-02-13 07:41:02 +0900 (Sun, 13 Feb 2011)

  New Revision: 30857

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

  Log:
    * enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in
      [ruby-core:35216].

  Modified files:
    trunk/ChangeLog
    trunk/enum.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30856)
+++ ChangeLog	(revision 30857)
@@ -1,3 +1,8 @@
+Sun Feb 13 07:39:51 2011  Yukihiro Matsumoto  <matz@r...>
+
+	* enum.c (enum_inject): typo fixed. a patch from Gaku Ueda in
+	  [ruby-core:35216].
+
 Sun Feb 13 00:48:47 2011  Tadayoshi Funaba  <tadf@d...>
 
 	* lib/date.rb (Date#===): [ruby-core:35127]
Index: enum.c
===================================================================
--- enum.c	(revision 30856)
+++ enum.c	(revision 30857)
@@ -537,7 +537,7 @@
  *  will be passed to the named method of <i>memo</i>.
  *  In either case, the result becomes the new value for <i>memo</i>.
  *  At the end of the iteration, the final value of <i>memo</i> is the
- *  return value fo the method.
+ *  return value for the method.
  *
  *  If you do not explicitly specify an <i>initial</i> value for <i>memo</i>,
  *  then uses the first element of collection is used as the initial value

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

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