summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
-rw-r--r--range.c2
1 files changed, 1 insertions, 1 deletions
@@ -2488,7 +2488,7 @@ range_overlap(VALUE range, VALUE other)
* - #%: Requires argument +n+; calls the block with each +n+-th element of +self+.
* - #each: Calls the block with each element of +self+.
* - #step: Takes optional argument +n+ (defaults to 1);
- calls the block with each +n+-th element of +self+.
*
* === Methods for Converting
*