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

commit f7f262385a3f4b979420d86d296b665b320f9ccc
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Mar 24 15:36:56 2025 +0000

    Correct comment
---
 .../test/java/org/apache/commons/statistics/descriptive/TestData.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestData.java
 
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestData.java
index 2c81820..ad8b3c1 100644
--- 
a/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestData.java
+++ 
b/commons-statistics-descriptive/src/test/java/org/apache/commons/statistics/descriptive/TestData.java
@@ -40,7 +40,7 @@ final class TestData {
             new double[] {10E-50, 5E-100, 25E-200, 35.345E-50},
             // Small numbers
             new double[] {0.001, 0.0002, 0.00003, 10000.11, 0.000004},
-            // Overflow of the sum which prevents using the sum for the mean}
+            // Overflow of the sum which prevents using the sum for the mean
             new double[] {max, max},
             new double[] {-max, -max},
             new double[] {max, max, max, max},

Reply via email to