We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411df38 commit 56bc252Copy full SHA for 56bc252
base/sort.jl
@@ -301,7 +301,7 @@ equivalent to `x` (see below for the definition of equivalence).
301
302
The range is found using binary search. The vector `v` must be sorted, or at
303
least partitioned with respect to `x` such that all values that sort before `x`
304
-come first and all values that sort after `x` come last.
+are before `x` and all values that sort after `x` are after `x`.
305
306
The `by`, `lt` and `rev` keywords modify what order is assumed for the data,
307
as described in the [`sort!`](@ref) documentation.
0 commit comments