Skip to content

Commit

Permalink
Revert "Fix errors in sort docstring (#52098)"
Browse files Browse the repository at this point in the history
This reverts commit 42c088b.
  • Loading branch information
KristofferC committed Nov 16, 2023
1 parent 40e56a5 commit 980eb93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,7 @@ end
Variant of [`sort!`](@ref) that returns a sorted copy of `v` leaving `v` itself unmodified.
Returns something [`similar`](@ref) to `v` when `v` is an `AbstractArray` and uses
[`collect`](@ref) to support arbitrary non-`AbstractArray` iterables.
Uses `Base.copymutable` to support immutable collections and iterables.
!!! compat "Julia 1.10"
`sort` of arbitrary iterables requires at least Julia 1.10.
Expand Down

0 comments on commit 980eb93

Please sign in to comment.