From 28fcad35fde5876f516ee6705b37bc9367e1246e Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 23 Feb 2013 17:41:49 +0000 Subject: [PATCH] * Backport r39438 from trunk: * enumerator.c: rdoc fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enumerator.c b/enumerator.c index bdf862789e..d64137e496 100644 --- a/enumerator.c +++ b/enumerator.c @@ -313,7 +313,7 @@ enumerator_init(VALUE enum_obj, VALUE obj, VALUE meth, int argc, VALUE *argv, VA * 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