Skip to content

Commit

Permalink
define equality
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 11, 2024
1 parent d609ef8 commit 99fdef1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/api/05-language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2139,8 +2139,7 @@ assert(Set<num>[1, 2, 3] == Set<num>[1, 2, 3]);
assert(Set<num>[1, 2, 3] == Set<num>[3, 2, 1]);
```
> *Note*: Collection type equality checking is not fully implemented. See [#2867](https://github.com/winglang/wing/issues/2867), [#2940](https://github.com/winglang/wing/issues/2940).
These rules also apply to the `bytes` and `mutbytes` types.
#### 6.1.3 Function types
Expand Down

0 comments on commit 99fdef1

Please sign in to comment.