Skip to content

Commit

Permalink
remove some of the docs based on Glenn's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagaram committed Mar 21, 2023
1 parent 2d0fb2c commit 3bca678
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Core__Object.res
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
In most scenarios use `==` or `===` or the custom `equals` function (if provided) for the type.
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).
In ReScript, the `===` operator performs a strict equality check, like Javascript, and is similar but not identical to `is`
## Examples
```rescript
Expand Down

0 comments on commit 3bca678

Please sign in to comment.