Skip to content

Commit 6a3a447

Browse files
authored
Remove double "the" from median absolute deviation description (#115826)
1 parent d9f6451 commit 6a3a447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/esql/functions/examples/median_absolute_deviation.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/MedianAbsoluteDeviation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class MedianAbsoluteDeviation extends NumericAggregate implements Surroga
5858
examples = {
5959
@Example(file = "median_absolute_deviation", tag = "median-absolute-deviation"),
6060
@Example(
61-
description = "The expression can use inline functions. For example, to calculate the the "
61+
description = "The expression can use inline functions. For example, to calculate the "
6262
+ "median absolute deviation of the maximum values of a multivalued column, first "
6363
+ "use `MV_MAX` to get the maximum value per row, and use the result with the "
6464
+ "`MEDIAN_ABSOLUTE_DEVIATION` function",

0 commit comments

Comments
 (0)