Skip to content

Commit 5c74939

Browse files
authored
egal => Object.is
1 parent 5794440 commit 5c74939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The primary export of `deep-eql` is function that can be given two objects to co
9696

9797
### Rules
9898

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

0 commit comments

Comments
 (0)