Skip to content

Commit 8311f6c

Browse files
committed
Update jsdocs
1 parent ac43d79 commit 8311f6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sorting/mergesort.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(function (exports) {
22
/**
33
* Mergesort module.
4-
* @module sorting/mergesort
54
*/
65
'use strict';
76

@@ -39,7 +38,7 @@
3938
* Devides and sort merges two subarrays of given array
4039
*
4140
* @public
42-
* @module sorting/mergesort
41+
* @module sorting/mergesort/merge
4342
* @param {array} array The array which subarrays should be sorted
4443
* @param {number} start The start of the first subarray.
4544
* This subarray is with end middle - 1.

0 commit comments

Comments
 (0)