Skip to content

Commit 1c94fbe

Browse files
NevinBRxwu
andauthored
Apply suggestions from code review
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 7477f99 commit 1c94fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/Sort.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,11 +402,11 @@ internal func _merge<Element>(
402402
//
403403
// Storage: [4, 4, 7, 8, 9, 16, x, x, x, x, x]
404404
// ^ ^
405-
// srcHigh/destLow destHigh (past the end)
405+
// srcHigh/destLow destHigh (past the end)
406406
//
407407
// Buffer: [8, 8, 10, 12, 15, x, ...]
408408
// ^ ^
409-
// bufferLow bufferHigh
409+
// bufferLow bufferHigh
410410
buffer.moveInitialize(from: mid, count: highCount)
411411
bufferHigh = bufferLow + highCount
412412

0 commit comments

Comments
 (0)