summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-20 23:55:19 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-20 23:55:19 +0000
commita81a817297905156322949d5f3674bd164ac7be7 (patch)
tree34907546e5cb2385833187b3bf5b3b0fc038f798 /enumerator.c
parent95c3026f97831a41bdfb67484cc6d992241b43a7 (diff)
merge revision(s) 34712:
* enumerator.c (enumerator_rewind): update the documentation. fixed: #6053 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34713 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 8b1add254a..09ef298396 100644
--- a/enumerator.c
+++ b/enumerator.c
@@ -755,7 +755,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.
*/