From 29c3cb6d2061d2d476ef50066b44a5596dd51d99 Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 9 Jul 2004 13:38:34 +0000 Subject: * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg [ruby-core:3132] [ruby-core:3136] * numeric.c: rdoc patch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6607 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 3ef697cccb..08a1fde747 100644 --- a/enum.c +++ b/enum.c @@ -806,7 +806,7 @@ each_with_index_i(val, memo) /* * call-seq: - * enum.each_with_index {|obj, i| block } -> nil + * enum.each_with_index {|obj, i| block } -> enum * * Calls block with two arguments, the item and its index, for * each item in enum. -- cgit v1.2.3