From d4cf669da7e01b4d237cddd1f1c0856bd82d1cbb Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 15 Feb 2014 00:39:25 +0000 Subject: Range#bsearch: fix typo in rdoc git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- range.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'range.c') diff --git a/range.c b/range.c index 0179e202fc..f522a8ae41 100644 --- a/range.c +++ b/range.c @@ -539,7 +539,7 @@ is_integer_p(VALUE v) * * - the block returns false for any value which is less than x, and * - the block returns true for any value which is greater than or - * equal to i. + * equal to x. * * If x is within the range, this method returns the value x. * Otherwise, it returns nil. -- cgit v1.2.3