This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b2e8e48 Javadoc typo
1b2e8e48 is described below

commit 1b2e8e48f96e7319c939a7a13a5e31111a3b1b28
Author: Alex Herbert <[email protected]>
AuthorDate: Fri Mar 13 14:37:28 2026 +0000

    Javadoc typo
---
 .../main/java/org/apache/commons/statistics/descriptive/Quantile.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
 
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
index 6898bcbe..8222aaab 100644
--- 
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
+++ 
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/Quantile.java
@@ -31,7 +31,7 @@ import org.apache.commons.numbers.arrays.Selection;
  * <li>Otherwise the result is computed using the {@link 
EstimationMethod}.</li>
  * </ul>
  *
- * <p>Computation of multiple quantiles and will handle duplicate and unordered
+ * <p>Computation of multiple quantiles will handle duplicate and unordered
  * probabilities. Passing ordered probabilities is recommended if the order is 
already
  * known as this can improve efficiency; for example using uniform spacing 
through the
  * array data, or to identify extreme values from the data such as {@code 
[0.001, 0.999]}.

Reply via email to