ruby-changes:32881
From: marcandre <ko1@a...>
Date: Sat, 15 Feb 2014 09:39:30 +0900 (JST)
Subject: [ruby-changes:32881] marcandRe: r44960 (trunk): Range#bsearch: fix typo in rdoc
marcandre 2014-02-15 09:39:25 +0900 (Sat, 15 Feb 2014) New Revision: 44960 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44960 Log: Range#bsearch: fix typo in rdoc Modified files: trunk/range.c Index: range.c =================================================================== --- range.c (revision 44959) +++ range.c (revision 44960) @@ -539,7 +539,7 @@ is_integer_p(VALUE v) https://github.com/ruby/ruby/blob/trunk/range.c#L539 * * - 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/