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

ruby-changes:27386

From: marcandre <ko1@a...>
Date: Sun, 24 Feb 2013 02:47:10 +0900 (JST)
Subject: [ruby-changes:27386] marcandRe: r39438 (trunk): * enumerator.c: rdoc fix

marcandre	2013-02-24 02:38:12 +0900 (Sun, 24 Feb 2013)

  New Revision: 39438

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

  Log:
    * enumerator.c: rdoc fix

  Modified files:
    trunk/enumerator.c

Index: enumerator.c
===================================================================
--- enumerator.c	(revision 39437)
+++ enumerator.c	(revision 39438)
@@ -313,7 +313,7 @@ enumerator_init(VALUE enum_obj, VALUE ob https://github.com/ruby/ruby/blob/trunk/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/

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