From 5088b14db79eb112f55ea983c45e3724ab9251d4 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 31 Dec 2007 06:43:32 +0000 Subject: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enum.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'enum.c') diff --git a/enum.c b/enum.c index 4e3ff927da..7a88b06988 100644 --- a/enum.c +++ b/enum.c @@ -1112,8 +1112,8 @@ minmax_ii(VALUE i, VALUE *memo) * enum.minmax => [min,max] * enum.minmax {|a,b| block } => [min,max] * - * Returns two elements array which contains the mininum and the - * maxinum value in the enumerable. The first form assumes all + * Returns two elements array which contains the minimum and the + * maximum value in the enumerable. The first form assumes all * objects implement Comparable; the second uses the * block to return a <=> b. * @@ -1255,7 +1255,7 @@ minmax_by_i(VALUE i, VALUE *memo, int argc, VALUE *argv) * enum.minmax_by {| obj| block } => [min, max] * * Returns two elements array array containing the objects in - * enum that gives the minmum and maximum values respectively + * enum that gives the minimum and maximum values respectively * from the given block. * * a = %w(albatross dog horse) -- cgit v1.2.3