File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,9 @@ extension MutableCollection where Self: RandomAccessCollection {
148
148
typealias Priority = ( Element , Element ) throws -> Bool
149
149
150
150
/// Partially sorts this collection by using an in-place heapsort that stops
151
- /// after we find the desired k amount
152
- /// of elements. The heap is stored and processed in reverse order so that
153
- /// the collection doesn't have to be flipped once the final result is found.
151
+ /// after we find the desired k amount of elements. The heap is stored and
152
+ /// processed in reverse order so that the collection doesn't have to be
153
+ /// flipped once the final result is found.
154
154
///
155
155
/// Complexity: O(k log n)
156
156
mutating func __partiallySort(
You can’t perform that action at this time.
0 commit comments