From 63bc7ad4f9888ba58543190e4f96ee2e3c4e08e1 Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 15 Jun 2006 01:24:40 +0000 Subject: Documentation typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10269 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 a50de77a90..2a29272ae9 100644 --- a/enum.c +++ b/enum.c @@ -578,7 +578,7 @@ any_i(i, memo) * * Passes each element of the collection to the given block. The method * returns true if the block ever returns a value other - * that false or nil. If the block is not + * than false or nil. If the block is not * given, Ruby adds an implicit block of {|obj| obj} (that * is any? will return true if at least one * of the collection members is not false or -- cgit v1.2.3