Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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