Skip to content

Commit

Permalink
docs: Base.Order.Ordering: consistency with JuliaLang#48363 and Jul…
Browse files Browse the repository at this point in the history
…iaLang#48387

"Total order" -> "strict weak order".
  • Loading branch information
nsajko committed Oct 12, 2023
1 parent e949236 commit 87eb682
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/ordering.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export # not exported by Base
"""
Base.Order.Ordering
Abstract type which represents a total order on some set of elements.
Abstract type which represents a strict weak order on some set of elements. See
[`sort!`](@ref) for more.
Use [`Base.Order.lt`](@ref) to compare two elements according to the ordering.
"""
Expand Down

0 comments on commit 87eb682

Please sign in to comment.