summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numeric.c2
1 files changed, 1 insertions, 1 deletions
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.
*