Update website/docs/language/functions/setintersection.mdx

pull/35598/head
Tu Nguyen 2 years ago committed by GitHub
parent d13c00b761
commit 9aff5911f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ Use the `setintersection` function with the following syntax:
setintersection(sets...)
```
Replace `sets...` with a comma-delimited list of sets such as `["a","b"],["a","c","g"]`. The elements of
Replace `sets...` with a comma-delimited list of sets such as `["a","b"], ["a","c","g"]`. The elements of
the different sets do not have to be the same type.
The `setintersection` result is an unordered set.

Loading…
Cancel
Save