mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enumerator.c: Fix rdoc typo (thanks to Yutaka HARA)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
350c448da8
commit
19c530d8c1
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ enumerator_ptr(VALUE obj)
|
|||
* must not exceed the number expected by +method+
|
||||
*
|
||||
* If a block is given, it will be used to calculate the size of
|
||||
* the enumerator (see Enumerator#size=).
|
||||
* the enumerator (see Enumerator#size).
|
||||
*
|
||||
* === Example
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue