Skip to content

Commit

Permalink
[UPDATE] fcn documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed May 24, 2015
1 parent 82cd0a9 commit 9fc2cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var isArray = require( 'validate.io-array' );

/**
* FUNCTION: isObject( value )
* Validates if a value is a object; e.g., {}.
* Validates if a value is an object; e.g., {}.
*
* @param {*} value - value to be validated
* @returns {Boolean} boolean indicating whether value is a object
Expand Down

0 comments on commit 9fc2cd4

Please sign in to comment.