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

ruby-changes:27388

From: marcandre <ko1@a...>
Date: Sun, 24 Feb 2013 02:48:04 +0900 (JST)
Subject: [ruby-changes:27388] marcandRe: r39440 (ruby_2_0_0): * Backport r39438 from trunk:

marcandre	2013-02-24 02:41:49 +0900 (Sun, 24 Feb 2013)

  New Revision: 39440

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

  Log:
    * Backport r39438 from trunk:
    
        * enumerator.c: rdoc fix

  Modified files:
    branches/ruby_2_0_0/enumerator.c

Index: ruby_2_0_0/enumerator.c
===================================================================
--- ruby_2_0_0/enumerator.c	(revision 39439)
+++ ruby_2_0_0/enumerator.c	(revision 39440)
@@ -313,7 +313,7 @@ enumerator_init(VALUE enum_obj, VALUE ob https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/enumerator.c#L313
  *   p fib.take(10) # => [1, 1, 2, 3, 5, 8, 13, 21, 34, 55]
  *
  * The optional parameter can be used to specify how to calculate the size
- * in a lazy fashion (see Enumerable#size). It can either be a value or
+ * in a lazy fashion (see Enumerator#size). It can either be a value or
  * a callable object.
  *
  * In the second, deprecated, form, a generated Enumerator iterates over the

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

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