From 4a1db362f0c716dfdca7289a8c61d160b8356093 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 15 Mar 2012 07:38:11 +0000 Subject: * enumerator.c (enumerator_lazy): added cycle to the documentation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'enumerator.c') diff --git a/enumerator.c b/enumerator.c index c4833a3ea9..9d0eeaa5f0 100644 --- a/enumerator.c +++ b/enumerator.c @@ -1226,8 +1226,8 @@ lazy_initialize(int argc, VALUE *argv, VALUE self) * * Returns a lazy enumerator, whose methods map/collect, * flat_map/collect_concat, select/find_all, reject, grep, zip, take, - * take_while, drop, and drop_while enumerate values only on an as-needed - * basis. + * take_while, drop, drop_while, and cycle enumerate values only on an + * as-needed basis. * * === Example * -- cgit v1.2.3