diff --git a/enumerator.c b/enumerator.c index 94174dd3b9..521e5aa6c1 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2721,7 +2721,7 @@ struct arith_seq_gen { /* * call-seq: * aseq.each {|i| block } -> aseq - * aseq.each -> an_enumerator + * aseq.each -> aseq */ static VALUE arith_seq_each(VALUE self)