From 5c132d0ad28687bbc9d448301c2817ffa51f50d2 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 1 Sep 2010 05:36:31 +0000 Subject: * 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 --- enum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enum.c') diff --git a/enum.c b/enum.c index 32c33fb19c..8d4692ae6d 100644 --- a/enum.c +++ b/enum.c @@ -1911,7 +1911,7 @@ zip_i(VALUE val, NODE *memo, int argc, VALUE *argv) * elements from each args. This generates a sequence of * n-element arrays, where n is one more than the * count of arguments. The length of the resulting sequence will be - * enum#sizeenum#size. If the size of any argument is less than * enum#size, nil values are supplied. If * a block is given, it is invoked for each output array, otherwise * an array of arrays is returned. -- cgit v1.2.1