mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
https://github.com/ruby/ruby/pull/337 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2f787c4eed
commit
10d5f123d9
2 changed files with 6 additions and 1 deletions
2
array.c
2
array.c
|
@ -3070,7 +3070,7 @@ take_items(VALUE obj, long n)
|
|||
* corresponding elements from each argument.
|
||||
*
|
||||
* This generates a sequence of <code>ary.size</code> _n_-element arrays,
|
||||
* where _n_ is one more that the count of arguments.
|
||||
* where _n_ is one more than the count of arguments.
|
||||
*
|
||||
* If the size of any argument is less than the size of the initial array,
|
||||
* +nil+ values are supplied.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue