From 31e182ef17329554f9dea3814caea9d56de6761b Mon Sep 17 00:00:00 2001 From: drbrain Date: Thu, 15 Jun 2006 01:15:11 +0000 Subject: Documentation typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10268 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 5fdde385f..4c7ec67ee 100644 --- a/enum.c +++ b/enum.c @@ -736,7 +736,7 @@ any_i(VALUE i, VALUE *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