From 9aff5911f9120e7cbd955e81a8a31adab2551320 Mon Sep 17 00:00:00 2001 From: Tu Nguyen Date: Fri, 16 Aug 2024 13:28:01 -0700 Subject: [PATCH] Update website/docs/language/functions/setintersection.mdx --- website/docs/language/functions/setintersection.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/functions/setintersection.mdx b/website/docs/language/functions/setintersection.mdx index a275aeacbc..74c7de92a7 100644 --- a/website/docs/language/functions/setintersection.mdx +++ b/website/docs/language/functions/setintersection.mdx @@ -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.