From 9a7b118014049109efb6d522129991859f25f981 Mon Sep 17 00:00:00 2001 From: Udoh Jeremiah Date: Mon, 5 Sep 2022 22:23:30 +0100 Subject: [PATCH] Consistent info on isless and Base.isgreater (#46632) --- base/operators.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/operators.jl b/base/operators.jl index 7d68761eace3f..f3a51176b7d59 100644 --- a/base/operators.jl +++ b/base/operators.jl @@ -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