Merge pull request #720 from shvaikalesh/patch-1

Fix typo in hasProperty
This commit is contained in:
Keith Cirkel 2016-06-08 16:24:39 +01:00
commit 89231de9b7

View file

@ -35,7 +35,7 @@ var type = require('type-detect');
* hasProperty(2, obj.arr); // true
* hasProperty(3, obj.arr); // false
*
* @param {Objuect} object
* @param {Object} object
* @param {String|Number} name
* @returns {Boolean} whether it exists
* @namespace Utils