Skip to content

Commit

Permalink
egal => Object.is
Browse files Browse the repository at this point in the history
  • Loading branch information
shvaikalesh authored Oct 9, 2016
1 parent 5794440 commit 5c74939
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 5c74939

Please sign in to comment.