From ee2416e33cc530fb1991e52ee15ac401c752e50f Mon Sep 17 00:00:00 2001 From: stomar Date: Fri, 12 Oct 2018 21:55:49 +0000 Subject: [PATCH] enumerator.c: [DOC] small fix git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enumerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enumerator.c b/enumerator.c index 7284a09ac4..a366b75232 100644 --- a/enumerator.c +++ b/enumerator.c @@ -2414,7 +2414,7 @@ stop_result(VALUE self) * * Enumerator::ArithmeticSequence is a subclass of Enumerator, * that is a representation of sequences of numbers with common difference. - * The instances of this class can be generated by Range#step and Numeric#step + * Instances of this class can be generated by the Range#step and Numeric#step * methods. */