Skip to content

Commit 4f6fe7c

Browse files
committed
Minor doc update
1 parent 4a72d08 commit 4f6fe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/merge-insertion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export async function _binInsertIdx<T extends Comparable>(array :ReadonlyArray<T
119119
/** Merge-Insertion Sort (Ford-Johnson algorithm) with async comparison.
120120
*
121121
* @typeParam T The type of the items to sort.
122-
* @param array Array of to sort. Duplicate items are not allowed.
122+
* @param array Array to sort. **Duplicate items are not allowed.**
123123
* @param comparator Async comparison function.
124124
* @returns A Promise resolving to a shallow copy of the array sorted in ascending order.
125125
*/

0 commit comments

Comments
 (0)