We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac43d79 commit 8311f6cCopy full SHA for 8311f6c
src/sorting/mergesort.js
@@ -1,7 +1,6 @@
1
(function (exports) {
2
/**
3
* Mergesort module.
4
- * @module sorting/mergesort
5
*/
6
'use strict';
7
@@ -39,7 +38,7 @@
39
38
* Devides and sort merges two subarrays of given array
40
*
41
* @public
42
+ * @module sorting/mergesort/merge
43
* @param {array} array The array which subarrays should be sorted
44
* @param {number} start The start of the first subarray.
45
* This subarray is with end middle - 1.
0 commit comments