Skip to content

Commit

Permalink
Update SwapSort.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Feb 23, 2024
1 parent 9c18eb4 commit 060be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SwapSort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ swapsort
"""
tuplesort(t::Tuple; lt=isless, by=identity)
Return a sorted tuple. `lt` and `by` keywords work the same as `Base.sort`. `tuplesort` calls [`swapsort`](@ref) when there is at most 64 elements and uses merge sort otherwise.
Return a sorted tuple. `lt` and `by` keywords work the same as `Base.sort`. `tuplesort` calls [`swapsort`](@ref) and supports at most 64 elements.
"""
tuplesort

Expand Down

0 comments on commit 060be57

Please sign in to comment.