Skip to content

Commit 83250d7

Browse files
author
Dan Kaplun
committed
Fixes jsdoc for mergesort
Closes mgechev#40
1 parent 71459b3 commit 83250d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sorting/mergesort.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
(function (exports) {
2+
/**
3+
* Mergesort module.
4+
* @module sorting/mergesort
5+
*/
26
'use strict';
37

48
function compare(a, b) {

0 commit comments

Comments
 (0)