We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a72d08 commit 4f6fe7cCopy full SHA for 4f6fe7c
src/merge-insertion.ts
@@ -119,7 +119,7 @@ export async function _binInsertIdx<T extends Comparable>(array :ReadonlyArray<T
119
/** Merge-Insertion Sort (Ford-Johnson algorithm) with async comparison.
120
*
121
* @typeParam T The type of the items to sort.
122
- * @param array Array of to sort. Duplicate items are not allowed.
+ * @param array Array to sort. **Duplicate items are not allowed.**
123
* @param comparator Async comparison function.
124
* @returns A Promise resolving to a shallow copy of the array sorted in ascending order.
125
*/
0 commit comments