Skip to content

Commit

Permalink
docs: Base.Order.Ordering: consistency with #48363 and #48387 (#51683)
Browse files Browse the repository at this point in the history
"Total order" -> "strict weak order".
  • Loading branch information
nsajko authored Oct 17, 2023
1 parent ac7eecb commit a0f1629
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 a0f1629

Please sign in to comment.