summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-20 17:59:43 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-20 17:59:43 +0000
commit3052f75db499d18a7954766e1178a8d7e06c1867 (patch)
treef7d487b8eb1084870d87ebf4cce6a66c7faa1740 /enumerator.c
parent8e6dfeecc932ce0be2d61e7e12365d788cb898e9 (diff)
* enumerator.c (enumerator_rewind): update the documentation.
fixed: #6053 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enumerator.c b/enumerator.c
index 030ff11f30..d61d152c8b 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -817,7 +817,7 @@ enumerator_feed(VALUE obj, VALUE v)
* call-seq:
* e.rewind -> e
*
- * Rewinds the enumeration sequence by one step.
+ * Rewinds the enumeration sequence to the beginning.
*
* If the enclosed object responds to a "rewind" method, it is called.
*/