Skip to content

Commit 6d5a350

Browse files
authored
minor: fix documentation (#8323)
1 parent d81c961 commit 6d5a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user-guide/sql/scalar_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ array_union(array1, array2)
23152315
+----------------------------------------------------+
23162316
| array_union([1, 2, 3, 4], [5, 6, 7, 8]); |
23172317
+----------------------------------------------------+
2318-
| [1, 2, 3, 4, 5, 6] |
2318+
| [1, 2, 3, 4, 5, 6, 7, 8] |
23192319
+----------------------------------------------------+
23202320
```
23212321

0 commit comments

Comments
 (0)