Skip to content

Commit a3fe0a8

Browse files
authored
close code block for in PartialQuickSort docstring (#48937)
1 parent 03fdd0f commit a3fe0a8

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)