Skip to content

Commit 2830903

Browse files
author
AndreyGeonya
committed
fix quicksort-middle jsdoc
1 parent 115fde4 commit 2830903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sorting/quicksort-middle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
* console.log(sort([2, 5, 1, 0, 4])); // [ 0, 1, 2, 4, 5 ]
7878
*
7979
* @public
80-
* @module sorting/mergesort
80+
* @module sorting/quicksort-middle
8181
* @param {Array} array Input array.
8282
* @param {Function} cmp Optional. A function that defines an
8383
* alternative sort order. The function should return a negative,

0 commit comments

Comments
 (0)