From 385223daa2e3d4ce3c093242e2eadee384ede80b Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 22 Apr 2009 16:32:43 +0000 Subject: [PATCH] Trivial change in comment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enumerator.c b/enumerator.c index 76696e0a66..b7bd85706f 100644 --- a/enumerator.c +++ b/enumerator.c @@ -229,7 +229,7 @@ each_with_object_i(VALUE val, VALUE memo) * * Iterates the given block for each element with an arbitrary * object given, and returns the initially given object. - + * * If no block is given, returns an enumerator. * * e.g.: