Skip to content

Commit

Permalink
Merge pull request #458 from BinaryMuse/patch-1
Browse files Browse the repository at this point in the history
Remove stray character in `assert.notInclude` docs
  • Loading branch information
keithamus committed Jun 1, 2015
2 parents 66e6bb6 + b5c597f commit 8eab1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai/interface/assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ module.exports = function (chai, util) {
*
* Asserts that `haystack` does not include `needle`. Works
* for strings and arrays.
*i
*
* assert.notInclude('foobar', 'baz', 'string not include substring');
* assert.notInclude([ 1, 2, 3 ], 4, 'array not include contain value');
*
Expand Down

0 comments on commit 8eab1e5

Please sign in to comment.