We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 579b75d commit cf350b6Copy full SHA for cf350b6
src/used.js
@@ -3,7 +3,7 @@ import { _used } from './_used' ;
3
/**
4
* Generates an helper array of given size (used in {@link _cycle}, {@link cycle}).
5
*
6
- * @param n The given size.
+ * @param {Number} n The given size.
7
* @returns {Array} The helper array of prescribed size.
8
*/
9
export function used ( n ) {
0 commit comments