Skip to content

Commit 80a83ca

Browse files
committed
merge revision(s) 41592:
* array.c (rb_ary_zip): typo by @PragTob [Fix rubyGH-337] ruby#337 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 8b2c390 commit 80a83ca

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Tue Jun 25 00:11:46 2013 Zachary Scott <[email protected]>
2+
3+
* array.c (rb_ary_zip): typo by @PragTob [Fix GH-337]
4+
https://github.com/ruby/ruby/pull/337
5+
16
Tue Jun 25 00:10:54 2013 Zachary Scott <[email protected]>
27

38
* win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]

array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ take_items(VALUE obj, long n)
30643064
* corresponding elements from each argument.
30653065
*
30663066
* This generates a sequence of <code>ary.size</code> _n_-element arrays,
3067-
* where _n_ is one more that the count of arguments.
3067+
* where _n_ is one more than the count of arguments.
30683068
*
30693069
* If the size of any argument is less than the size of the initial array,
30703070
* +nil+ values are supplied.

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.0.0"
22
#define RUBY_RELEASE_DATE "2013-06-25"
3-
#define RUBY_PATCHLEVEL 239
3+
#define RUBY_PATCHLEVEL 240
44

55
#define RUBY_RELEASE_YEAR 2013
66
#define RUBY_RELEASE_MONTH 6

0 commit comments

Comments
 (0)