From d596ba8dc032335fd89491951297802c3aeb66a1 Mon Sep 17 00:00:00 2001 From: marcandre Date: Fri, 28 Feb 2014 02:19:21 +0000 Subject: [PATCH] * numeric.c: Fix rdoc for step git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numeric.c b/numeric.c index 3200a341b4..14ebc3b1c6 100644 --- a/numeric.c +++ b/numeric.c @@ -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. *