We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e88f commit 43b6652Copy full SHA for 43b6652
src/sorting/msd.js
@@ -51,7 +51,7 @@
51
* @public
52
* @module sorting/msd
53
* @param {Array} arr Array which should be sorted.
54
- * @param {Number} d Digit from which sorting should start.
+ * @param {Number} d Optional. Digit from which sorting should start.
55
* @return {Array} Sorted array.
56
*/
57
0 commit comments