Skip to content

Commit

Permalink
minor: fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Nov 26, 2023
1 parent 2071259 commit ef0eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ array_union(array1, array2)
+----------------------------------------------------+
| array_union([1, 2, 3, 4], [5, 6, 7, 8]); |
+----------------------------------------------------+
| [1, 2, 3, 4, 5, 6] |
| [1, 2, 3, 4, 5, 6, 7, 8] |
+----------------------------------------------------+
```

Expand Down

0 comments on commit ef0eee1

Please sign in to comment.