Skip to content

Commit

Permalink
Merge pull request #15 from shvaikalesh/patch-1
Browse files Browse the repository at this point in the history
egal => Object.is
  • Loading branch information
keithamus authored Oct 9, 2016
2 parents 5794440 + 5c74939 commit d5aedb6
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 @@ -96,7 +96,7 @@ The primary export of `deep-eql` is function that can be given two objects to co

### Rules

- Strict equality for non-traversable nodes according to [egal](http://wiki.ecmascript.org/doku.php?id=harmony:egal).
- Strict equality for non-traversable nodes according to [`Object.is`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is).
- `eql(NaN, NaN).should.be.true;`
- `eql(-0, +0).should.be.false;`
- Arguments are not Arrays:
Expand Down

0 comments on commit d5aedb6

Please sign in to comment.