Skip to content

Commit

Permalink
Remove double "the" from median absolute deviation description (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
timgrein authored Oct 31, 2024
1 parent d9f6451 commit 6a3a447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class MedianAbsoluteDeviation extends NumericAggregate implements Surroga
examples = {
@Example(file = "median_absolute_deviation", tag = "median-absolute-deviation"),
@Example(
description = "The expression can use inline functions. For example, to calculate the the "
description = "The expression can use inline functions. For example, to calculate the "
+ "median absolute deviation of the maximum values of a multivalued column, first "
+ "use `MV_MAX` to get the maximum value per row, and use the result with the "
+ "`MEDIAN_ABSOLUTE_DEVIATION` function",
Expand Down

0 comments on commit 6a3a447

Please sign in to comment.