aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/numeric.c b/numeric.c
index ddc909ee28..cc9c63e3d1 100644
--- a/numeric.c
+++ b/numeric.c
@@ -1879,8 +1879,8 @@ num_step_size(VALUE from, VALUE args, VALUE eobj)
}
/*
* call-seq:
- * num.step(by: step, to: limit]) {|i| block } -> self
- * num.step(by: step, to: limit]) -> an_enumerator
+ * num.step(by: step, to: limit) {|i| block } -> self
+ * num.step(by: step, to: limit) -> an_enumerator
* num.step(limit=nil, step=1) {|i| block } -> self
* num.step(limit=nil, step=1) -> an_enumerator
*