Skip to content

Commit 8f6db7c

Browse files
committed
MDN not Mozilla
1 parent 2741d73 commit 8f6db7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core__Object.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fruit === {"name": "Apple" } // false
3232
## Specifications
3333
3434
- [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)
35+
- [`Object.is on MDN`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)
3636
- [Equality operators in ReScript](https://rescript-lang.org/docs/manual/latest/overview#boolean)
3737
*/
3838
@val

0 commit comments

Comments
 (0)