Skip to content

Commit f18808d

Browse files
Hossein Pourbozorgfredrikekre
authored andcommitted
doc: fix typo in sort! docstring (#32533)
1 parent f552fb2 commit f18808d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/sort.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ end
994994
end
995995

996996
"""
997-
sort!(A; dims::Integer, alg::Algorithm=defalg(v), lt=isless, by=identity, rev::Bool=false, order::Ordering=Forward)
997+
sort!(A; dims::Integer, alg::Algorithm=defalg(A), lt=isless, by=identity, rev::Bool=false, order::Ordering=Forward)
998998
999999
Sort the multidimensional array `A` along dimension `dims`.
10001000
See [`sort!`](@ref) for a description of possible keyword arguments.

0 commit comments

Comments
 (0)