diff --git a/enumerator.c b/enumerator.c index 9a0f9265c2..76560fa49f 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2936,7 +2936,7 @@ rb_arith_seq_new(VALUE obj, VALUE meth, int argc, VALUE const *argv, } /* - * call-seq: aseq.begin -> num + * call-seq: aseq.begin -> num or nil * * Returns the number that defines the first element of this arithmetic * sequence.