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

asf-gitbox-commits 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 b1019161 Correct comment typo
b1019161 is described below

commit b1019161c267080f9ed92acec6f5bbac04b18eec
Author: Alex Herbert <[email protected]>
AuthorDate: Thu Aug 20 13:19:21 2026 +0100

    Correct comment typo
---
 .../org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
 
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
index e3c709f4..94cba09f 100644
--- 
a/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
+++ 
b/commons-statistics-inference/src/main/java/org/apache/commons/statistics/inference/KolmogorovSmirnovTest.java
@@ -1125,7 +1125,7 @@ public final class KolmogorovSmirnovTest {
      * <p>The returned probability is exact, implemented using the stabilized 
inner method
      * presented in Viehmann (2021).
      *
-     * <p>This is optimized for {@code m <= n}. If {@code m > n} and 
index-out-of-bounds
+     * <p>This is optimized for {@code m <= n}. If {@code m > n} an 
index-out-of-bounds
      * exception can occur.
      *
      * @param d Integral D-statistic value (in [2, lcm])

Reply via email to