Skip to content

Commit

Permalink
Merge pull request #12 from DenisGorbachev/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
eagleeye committed Aug 17, 2015
2 parents b49e20a + 4dde130 commit 72acf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Also works good with arrays and `should` interface
var list = [{a: 'a', b: 'b'}, {v: 'f', d: {z: 'g'}}];

list.should.containSubset([{a:'a'}]); //Assertion error is not thrown
list.should.containSubset([{a:'a', b: 'b'}}]); //Assertion error is not thrown
list.should.containSubset([{a:'a', b: 'b'}]); //Assertion error is not thrown

list.should.containSubset([{a:'a', b: 'bd'}]);
/*throws
Expand Down

0 comments on commit 72acf22

Please sign in to comment.