Merge pull request #30674 from loekd/patch-5

Update toset.mdx
pull/30684/head
Craig Wright 4 years ago committed by GitHub
commit c5d7bd3e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save