Skip to content

Commit

Permalink
Merge pull request #190 from Hespian/patch-2
Browse files Browse the repository at this point in the history
Fix typo in ARRAY_UNIQ example description
  • Loading branch information
arushi-firebolt authored Nov 6, 2023
2 parents 87e5622 + 9ebbfb2 commit 57bcd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql-reference/functions-reference/array-uniq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57bcd9e

Please sign in to comment.