Unverified Commit c5d7bd3e authored by Craig Wright's avatar Craig Wright Committed by GitHub
Browse files

Merge pull request #30674 from loekd/patch-5

Update toset.mdx
parents d15a2bc0 c6fa1e70
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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",
]
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment