Skip to content

Commit

Permalink
Add reference to documentation on Base.Order in isless() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Aug 3, 2020
1 parent 80586f4 commit 8a7c3d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ This is the default comparison used by [`sort`](@ref).
Non-numeric types with a total order should implement this function.
Numeric types only need to implement it if they have special values such as `NaN`.
Types with a partial order should implement [`<`](@ref).
See the documentation on [Alternate orderings](@ref) for how to define alternate
ordering methods that can be used in sorting and related functions.
# Examples
```jldoctest
Expand Down

0 comments on commit 8a7c3d9

Please sign in to comment.