Skip to content

Commit

Permalink
Switch from -> to ::
Browse files Browse the repository at this point in the history
Co-authored-by: Neven Sajko <[email protected]>
  • Loading branch information
LilithHafner and nsajko authored Jan 10, 2025
1 parent 4515719 commit d6c68a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1740,7 +1740,7 @@ end

"""
sort(v; alg::Base.Sort.Algorithm=Base.Sort.defalg(v), lt=isless, by=identity, rev::Bool=false, order::Base.Order.Ordering=Base.Order.Forward)
sort(v::NTuple; kws...) -> NTuple
sort(v::NTuple; kws...)::NTuple
Variant of [`sort!`](@ref) that returns a sorted copy of `v` leaving `v` itself unmodified.
Expand Down

0 comments on commit d6c68a8

Please sign in to comment.