From cf9c8f998017f4cdc8cc96ff90862d1e2b166593 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Apr 2004 04:06:52 +0000 Subject: * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- array.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'array.c') diff --git a/array.c b/array.c index 4bdc202b1..22242de44 100644 --- a/array.c +++ b/array.c @@ -2001,7 +2001,7 @@ rb_ary_delete_if(ary) * self with corresponding elements from each argument. This * generates a sequence of self#size n-element * arrays, where n is one more that the count of arguments. If - * the size of any arguemnt is less than enumObj#size, + * the size of any argument is less than enumObj#size, * nil values are supplied. If a block given, it is * invoked for each output array, otherwise an array of arrays is * returned. @@ -2343,7 +2343,7 @@ rb_ary_times(ary, times) * comparing _obj_ with the first element of each contained array * using obj.==. * Returns the first contained array that matches (that - * is, the first assoc}iated array, + * is, the first associated array), * or +nil+ if no match is found. * See also Array.rassoc. * -- cgit