diff --git a/docs/data/sql_functions.yml b/docs/data/sql_functions.yml index 7ec3bb1e10cd57..9959e86f888ca7 100644 --- a/docs/data/sql_functions.yml +++ b/docs/data/sql_functions.yml @@ -619,7 +619,7 @@ collection: description: Returns an array with unique elements. If the array itself is null, the function will return null. Keeps ordering of elements. - sql: ARRAY_REMOVE(haystack, needle) table: haystack.arrayRemove(needle) - description: Remove all elements that equal to element from array. If the array itself is null, the function will return null. Keeps ordering of elements. + description: Removes all elements that equal to element from array. If the array itself is null, the function will return null. Keeps ordering of elements. json: - sql: IS JSON [ { VALUE | SCALAR | ARRAY | OBJECT } ]