Skip to content

Commit

Permalink
Consistent info on isless and Base.isgreater (#46632)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah committed Sep 5, 2022
1 parent da8f1dd commit 9a7b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ Not the inverse of `isless`! Test whether `x` is greater than `y`, according to
a fixed total order compatible with `min`.
Defined with `isless`, this function is usually `isless(y, x)`, but `NaN` and
[`missing`](@ref) are ordered as smaller than any ordinary value with `missing`
[`missing`](@ref) are ordered as smaller than any regular value with `missing`
smaller than `NaN`.
So `isless` defines an ascending total order with `NaN` and `missing` as the
Expand Down

0 comments on commit 9a7b118

Please sign in to comment.