Skip to content

Commit 0997c84

Browse files
authored
[ESQL][D0CS] Fix typo in aggregation functions list (#135532)
stray `[` all up in our business
1 parent b3124f7 commit 0997c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [`PERCENTILE`](../../functions-operators/aggregation-functions.md#esql-percentile)
99
* [`SAMPLE`](../../functions-operators/aggregation-functions.md#esql-sample)
1010
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
11-
* [{applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
11+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
1212
* [`STD_DEV`](../../functions-operators/aggregation-functions.md#esql-std_dev)
1313
* [`SUM`](../../functions-operators/aggregation-functions.md#esql-sum)
1414
* [`TOP`](../../functions-operators/aggregation-functions.md#esql-top)

0 commit comments

Comments
 (0)