From 9ebbfb284194a46df17fd36e7e475a7a517fbf4e Mon Sep 17 00:00:00 2001 From: Demian Hespe Date: Fri, 27 Oct 2023 18:51:10 +0200 Subject: [PATCH] Fix typo in ARRAY_UNIQ example description --- docs/sql-reference/functions-reference/array-uniq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql-reference/functions-reference/array-uniq.md b/docs/sql-reference/functions-reference/array-uniq.md index c829e2a8..84d78091 100644 --- a/docs/sql-reference/functions-reference/array-uniq.md +++ b/docs/sql-reference/functions-reference/array-uniq.md @@ -49,7 +49,7 @@ SELECT **Returns**: `2` -In the example below, there are three differentu sernames across all of the elements of the given arrays. However, there are only two unique tuples, ('tonytaylor', 'ruthgill') and ('tonytaylor', 'ywilson'). +In the example below, there are three different usernames across all of the elements of the given arrays. However, there are only two unique tuples, ('tonytaylor', 'ruthgill') and ('tonytaylor', 'ywilson'). ```sql SELECT