mirror of
https://github.com/chaijs/chai
synced 2024-11-15 00:07:11 +00:00
Merge pull request #720 from shvaikalesh/patch-1
Fix typo in hasProperty
This commit is contained in:
commit
89231de9b7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue