Skip to content

Commit

Permalink
Fix typo in ARRAY_UNIQ example description
Browse files Browse the repository at this point in the history
  • Loading branch information
Hespian authored Oct 27, 2023
1 parent 3aa8800 commit 9ebbfb2
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 9ebbfb2

Please sign in to comment.