Skip to content

Commit

Permalink
Merge pull request #423 from ehntoo/patch-1
Browse files Browse the repository at this point in the history
Fix a small inconsistency in the .null assertion docs
  • Loading branch information
keithamus committed Apr 7, 2015
2 parents 55c5153 + 2675bbb commit b8807a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai/core/assertions.js
Expand Up @@ -291,7 +291,7 @@ module.exports = function (chai, _) {
* Asserts that the target is `null`.
*
* expect(null).to.be.null;
* expect(undefined).not.to.be.null;
* expect(undefined).to.not.be.null;
*
* @name null
* @api public
Expand Down

0 comments on commit b8807a2

Please sign in to comment.