We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2741d73 commit 8f6db7cCopy full SHA for 8f6db7c
src/Core__Object.res
@@ -32,7 +32,7 @@ fruit === {"name": "Apple" } // false
32
## Specifications
33
34
- [ECMAScript Language Specification](https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-object.is)
35
-- [`Object.is on Mozilla`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
+- [`Object.is on MDN`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
36
- [Equality operators in ReScript](https://rescript-lang.org/docs/manual/latest/overview#boolean)
37
*/
38
@val
0 commit comments