Skip to content

Commit 4447945

Browse files
committed
Fox copy-pasta error
1 parent fe838de commit 4447945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public interface ExponentialHistogram extends Accountable {
119119
/**
120120
* Returns maximum of all values represented by this histogram.
121121
*
122-
* @return the minimum, NaN for empty histograms
122+
* @return the maximum, NaN for empty histograms
123123
*/
124124
double max();
125125

0 commit comments

Comments
 (0)