Skip to content

Commit 0fd1ced

Browse files
committed
Fixed doc comment.
1 parent b6efacf commit 0fd1ced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dotty/tools/dotc/util/Util.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ object Util {
1010
* as the first search point, otherwise use
1111
* `candidates.length/2`.
1212
* @pre candidates is sorted
13-
* @pre candidates(0) <= x
1413
*/
1514
def bestFit(candidates: Array[Int], x: Int, hint: Int = -1): Int = {
1615
def recur(lo: Int, hi: Int, mid: Int): Int =

0 commit comments

Comments
 (0)