mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enum.c (enum_zip): fix typo of rdoc.
patched by Andrei Kulakov [ruby-core:31974] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8086b525ac
commit
5c132d0ad2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Sep 1 14:33:36 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* enum.c (enum_zip): fix typo of rdoc.
|
||||
patched by Andrei Kulakov [ruby-core:31974]
|
||||
|
||||
Wed Sep 1 12:56:36 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* thread.c (ruby_suppress_tracing): restore the state and invoke
|
||||
|
|
2
enum.c
2
enum.c
|
@ -1911,7 +1911,7 @@ zip_i(VALUE val, NODE *memo, int argc, VALUE *argv)
|
|||
* elements from each <i>args</i>. This generates a sequence of
|
||||
* <em>n</em>-element arrays, where <em>n</em> is one more than the
|
||||
* count of arguments. The length of the resulting sequence will be
|
||||
* <code>enum#size</code. If the size of any argument is less than
|
||||
* <code>enum#size</code>. If the size of any argument is less than
|
||||
* <code>enum#size</code>, <code>nil</code> values are supplied. If
|
||||
* a block is given, it is invoked for each output array, otherwise
|
||||
* an array of arrays is returned.
|
||||
|
|
Loading…
Reference in a new issue