Skip to content

Commit

Permalink
base/sort: mention sortslices in doctext
Browse files Browse the repository at this point in the history
  • Loading branch information
stev47 committed Sep 2, 2018
1 parent f6185a1 commit 92ab0c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,8 @@ Sort a multidimensional array `A` along the given dimension.
See [`sort!`](@ref) for a description of possible
keyword arguments.
To sort slices of an array, refer to [`sortslices`](@ref).
# Examples
```jldoctest
julia> A = [4 3; 1 2]
Expand Down Expand Up @@ -993,6 +995,8 @@ end
Sort the multidimensional array `A` along dimension `dims`.
See [`sort!`](@ref) for a description of possible keyword arguments.
To sort slices of an array, refer to [`sortslices`](@ref).
# Examples
```jldoctest
julia> A = [4 3; 1 2]
Expand Down

0 comments on commit 92ab0c5

Please sign in to comment.