Update toset.mdx
@ -31,9 +31,9 @@ same type, mixed-typed elements will be converted to the most general type:
```
> toset(["a", "b", 3])
[
"3",
"a",
"b",
]