Skip to content

Commit

Permalink
docs:
Browse files Browse the repository at this point in the history
missing types
  • Loading branch information
make-github-pseudonymous-again committed May 4, 2017
1 parent 579b75d commit cf350b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/used.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { _used } from './_used' ;
/**
* Generates an helper array of given size (used in {@link _cycle}, {@link cycle}).
*
* @param n The given size.
* @param {Number} n The given size.
* @returns {Array} The helper array of prescribed size.
*/
export function used ( n ) {
Expand Down

0 comments on commit cf350b6

Please sign in to comment.