mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c: Fix rdoc for step
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c382f0c82e
commit
d596ba8dc0
1 changed files with 1 additions and 1 deletions
|
@ -1906,7 +1906,7 @@ num_step_size(VALUE from, VALUE args, VALUE eobj)
|
|||
*
|
||||
* In the recommended keyword argument style, either or both of
|
||||
* +step+ and +limit+ (default infinity) can be omitted. In the
|
||||
* fixed position argument style, integer zero as a step
|
||||
* fixed position argument style, zero as a step
|
||||
* (i.e. num.step(limit, 0)) is not allowed for historical
|
||||
* compatibility reasons.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue