From 80a83ca64f59d26c14c20e9250bf394722b2e396 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 24 Jun 2013 15:12:02 +0000 Subject: merge revision(s) 41592: * 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/branches/ruby_2_0_0@41605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'array.c') diff --git a/array.c b/array.c index 5d1cb7fc6c..091e0cf0a1 100644 --- a/array.c +++ b/array.c @@ -3064,7 +3064,7 @@ take_items(VALUE obj, long n) * corresponding elements from each argument. * * This generates a sequence of ary.size _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. -- cgit v1.2.3