File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ are recursively evaluated also by the following rules.
680
680
[ ` Object.is() ` ] [ ] .
681
681
* [ Type tags] [ Object.prototype.toString() ] of objects should be the same.
682
682
* [ ` [[Prototype]] ` ] [ prototype-spec ] of objects are compared using
683
- the [ Strict Equality Comparison ] [ ] .
683
+ the [ ` === ` operator ] [ ] .
684
684
* Only [ enumerable "own" properties] [ ] are considered.
685
685
* [ ` Error ` ] [ ] names and messages are always compared, even if these are not
686
686
enumerable properties.
@@ -2429,8 +2429,8 @@ argument.
2429
2429
[ Object wrappers ] : https://developer.mozilla.org/en-US/docs/Glossary/Primitive#Primitive_wrapper_objects_in_JavaScript
2430
2430
[ Object.prototype.toString() ] : https://tc39.github.io/ecma262/#sec-object.prototype.tostring
2431
2431
[ SameValue Comparison ] : https://tc39.github.io/ecma262/#sec-samevalue
2432
- [ Strict Equality Comparison ] : https://tc39.github.io/ecma262/#sec-strict-equality-comparison
2433
2432
[ `!=` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality
2433
+ [ `===` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Strict_equality
2434
2434
[ `==` operator ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality
2435
2435
[ `AssertionError` ] : #class-assertassertionerror
2436
2436
[ `CallTracker` ] : #class-assertcalltracker
You can’t perform that action at this time.
0 commit comments