Skip to content

Commit 3bca678

Browse files
committed
remove some of the docs based on Glenn's feedback
1 parent 2d0fb2c commit 3bca678

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Core__Object.res

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
66
In most scenarios use `==` or `===` or the custom `equals` function (if provided) for the type.
77
8-
The `==` operator [is different in ReScript than Javascript](https://rescript-lang.org/docs/manual/latest/overview#boolean). Arrays, records and other non-primitives are equal if they have the same contents (deep equality).
9-
10-
In ReScript, the `===` operator performs a strict equality check, like Javascript, and is similar but not identical to `is`
11-
128
## Examples
139
1410
```rescript

0 commit comments

Comments
 (0)