summaryrefslogtreecommitdiff
path: root/enum.c
diff options
context:
space:
mode:
Diffstat (limited to 'enum.c')
-rw-r--r--enum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enum.c b/enum.c
index 584b83836b..9ced77714a 100644
--- a/enum.c
+++ b/enum.c
@@ -1668,7 +1668,7 @@ enum_each_with_index(int argc, VALUE *argv, VALUE obj)
* (1..3).reverse_each {|v| p v }
*
* produces:
- *
+ *
* 3
* 2
* 1