ruby-changes:52830
From: stomar <ko1@a...>
Date: Sat, 13 Oct 2018 06:55:53 +0900 (JST)
Subject: [ruby-changes:52830] stomar:r65042 (trunk): enumerator.c: [DOC] small fix
stomar 2018-10-13 06:55:49 +0900 (Sat, 13 Oct 2018) New Revision: 65042 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65042 Log: enumerator.c: [DOC] small fix Modified files: trunk/enumerator.c Index: enumerator.c =================================================================== --- enumerator.c (revision 65041) +++ enumerator.c (revision 65042) @@ -2414,7 +2414,7 @@ stop_result(VALUE self) https://github.com/ruby/ruby/blob/trunk/enumerator.c#L2414 * * 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. */ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/