summaryrefslogtreecommitdiff
path: root/range.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 02:58:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-29 02:58:31 +0000
commitecaba0f21ffd4d3ef5511ec117865af634554dea (patch)
tree51ede85f20d80387dc70bf21d786485b9daa99de /range.c
parentc058d821f84287dd8812b6cac3edf6cd6f1bc364 (diff)
remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'range.c')
-rw-r--r--range.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/range.c b/range.c
index 3e0817bc74..443ee6eeb7 100644
--- a/range.c
+++ b/range.c
@@ -489,7 +489,7 @@ range_step(int argc, VALUE *argv, VALUE range)
* - the block returns true for any value which is greater than or
* equal to i.
*
- * If x is within the range, this method returns the value x.
+ * If x is within the range, this method returns the value x.
* Otherwise, it returns nil.
*
* ary = [0, 4, 7, 10, 12]
@@ -750,7 +750,6 @@ range_bsearch(VALUE range)
rb_raise(rb_eTypeError, "can't do binary search for %s", rb_obj_classname(beg));
}
return range;
-
}
static VALUE