mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Documentation typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9a811c98e6
commit
bb58656b74
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Jun 14 18:00:20 2006 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* enum.c (enum_any): Documentation typo.
|
||||
|
||||
Wed Jun 14 15:01:09 2006 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#warn): Don't print
|
||||
|
|
2
enum.c
2
enum.c
|
@ -736,7 +736,7 @@ any_i(VALUE i, VALUE *memo)
|
|||
*
|
||||
* Passes each element of the collection to the given block. The method
|
||||
* returns <code>true</code> if the block ever returns a value other
|
||||
* that <code>false</code> or <code>nil</code>. If the block is not
|
||||
* than <code>false</code> or <code>nil</code>. If the block is not
|
||||
* given, Ruby adds an implicit block of <code>{|obj| obj}</code> (that
|
||||
* is <code>any?</code> will return <code>true</code> if at least one
|
||||
* of the collection members is not <code>false</code> or
|
||||
|
|
Loading…
Reference in a new issue