* enumerator.c: fix documents.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2008-01-29 13:30:15 +00:00
Родитель 45ef2e8ef2
Коммит c8048c5f07
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
Tue Jan 29 22:29:48 2008 Yusuke Endoh <mame@tsg.ne.jp>
* enumerator.c: fix documents.
Tue Jan 29 22:27:11 2008 Yusuke Endoh <mame@tsg.ne.jp>
* range.c: fix SEGV by ("a" .. "z").step(2 ** 30) { }.

Просмотреть файл

@ -427,7 +427,7 @@ enumerator_next(VALUE obj)
/*
* call-seq:
* e.next? => e
* e.rewind => e
*
* Rewinds the enumeration sequence by the next method.
*/