Skip to content

Commit 43b6652

Browse files
author
AndreyGeonya
committed
fix msd jsdoc
1 parent f79e88f commit 43b6652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sorting/msd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* @public
5252
* @module sorting/msd
5353
* @param {Array} arr Array which should be sorted.
54-
* @param {Number} d Digit from which sorting should start.
54+
* @param {Number} d Optional. Digit from which sorting should start.
5555
* @return {Array} Sorted array.
5656
*/
5757

0 commit comments

Comments
 (0)