summaryrefslogtreecommitdiff
path: root/enumerator.c
diff options
context:
space:
mode:
Diffstat (limited to 'enumerator.c')
-rw-r--r--enumerator.c2
1 files changed, 1 insertions, 1 deletions
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.: