Skip to content

Commit

Permalink
Merge pull request #146 from ifraixedes/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in README
  • Loading branch information
Raynos committed Feb 12, 2015
2 parents 65ef27e + bafca7b commit 78c2dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Aliases: `t.notEquals()`, `t.notStrictEqual()`, `t.notStrictEquals()`,

## t.deepEqual(actual, expected, msg)

Assert that `actual` and `bexpected` have the same structure and nested values using
Assert that `actual` and `expected` have the same structure and nested values using
[node's deepEqual() algorithm](https://github.com/substack/node-deep-equal)
with strict comparisons (`===`) on leaf nodes and an optional description
`msg`.
Expand Down

0 comments on commit 78c2dd7

Please sign in to comment.