Jelajahi Sumber

[ESQL][D0CS] Fix typo in aggregation functions list (#135532)

stray `[` all up in our business
Liam Thompson 1 Minggu lalu
induk
melakukan
0997c843c8

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

@@ -8,7 +8,7 @@
 * [`PERCENTILE`](../../functions-operators/aggregation-functions.md#esql-percentile)
 * [`SAMPLE`](../../functions-operators/aggregation-functions.md#esql-sample)
 * {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions.md#esql-st_centroid_agg)
-* [{applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
+* {applies_to}`stack: preview` {applies_to}`serverless: preview` [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions.md#esql-st_extent_agg)
 * [`STD_DEV`](../../functions-operators/aggregation-functions.md#esql-std_dev)
 * [`SUM`](../../functions-operators/aggregation-functions.md#esql-sum)
 * [`TOP`](../../functions-operators/aggregation-functions.md#esql-top)