Skip to content

Commit

Permalink
Remove stray character in assert.notInclude docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryMuse committed Jun 1, 2015
1 parent 66e6bb6 commit b5c597f
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 b5c597f

Please sign in to comment.