Skip to content

Commit 06058a5

Browse files
udohjeremiahKristofferC
authored andcommitted
close code block for in PartialQuickSort docstring (#48937)
(cherry picked from commit a3fe0a8)
1 parent 5341aaf commit 06058a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/sort.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,7 @@ julia> map(x->issorted(x[k]), (s1, s2))
19271927
19281928
julia> s1[k] == s2[k]
19291929
true
1930+
```
19301931
"""
19311932
struct PartialQuickSort{T <: Union{Integer,OrdinalRange}} <: Algorithm
19321933
k::T

0 commit comments

Comments
 (0)