Skip to content

Commit cf350b6

Browse files
docs:
missing types
1 parent 579b75d commit cf350b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/used.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { _used } from './_used' ;
33
/**
44
* Generates an helper array of given size (used in {@link _cycle}, {@link cycle}).
55
*
6-
* @param n The given size.
6+
* @param {Number} n The given size.
77
* @returns {Array} The helper array of prescribed size.
88
*/
99
export function used ( n ) {

0 commit comments

Comments
 (0)