Skip to content

Commit f71848f

Browse files
committed
Update documentation to reflect MV_CONTAINS_ALL renaming to MV_CONTAINS
1 parent fbe8a2b commit f71848f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/query-languages/esql/_snippets/lists/mv-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* [`MV_APPEND`](../../functions-operators/mv-functions.md#esql-mv_append)
22
* [`MV_AVG`](../../functions-operators/mv-functions.md#esql-mv_avg)
33
* [`MV_CONCAT`](../../functions-operators/mv-functions.md#esql-mv_concat)
4-
* [`MV_CONTAINS_ALL`](../../functions-operators/mv-functions.md#esql-mv_contains_all)
4+
* [`MV_CONTAINS`](../../functions-operators/mv-functions.md#esql-mv_contains)
55
* [`MV_COUNT`](../../functions-operators/mv-functions.md#esql-mv_count)
66
* [`MV_DEDUPE`](../../functions-operators/mv-functions.md#esql-mv_dedupe)
77
* [`MV_FIRST`](../../functions-operators/mv-functions.md#esql-mv_first)

docs/reference/query-languages/esql/functions-operators/mv-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mapped_pages:
2121
:::{include} ../_snippets/functions/layout/mv_concat.md
2222
:::
2323

24-
:::{include} ../_snippets/functions/layout/mv_contains_all.md
24+
:::{include} ../_snippets/functions/layout/mv_contains.md
2525
:::
2626

2727
:::{include} ../_snippets/functions/layout/mv_count.md

0 commit comments

Comments
 (0)