Skip to content

Commit

Permalink
Fix @params
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshuawuyts committed May 15, 2014
1 parent e65005a commit 508284e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -14,8 +14,8 @@ module.exports = exports = customs;
* // -> 'true'
*
* @params {String} type
* @params {any} target
* @return {bool}
* @params {Any} target
* @return {Boolean}
* @api public
*/

Expand Down

0 comments on commit 508284e

Please sign in to comment.