aboutsummaryrefslogtreecommitdiffstats
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c4
1 files changed, 2 insertions, 2 deletions
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
*