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 f5b99484 Javadoc typos
f5b99484 is described below
commit f5b994840e0f8291d066e03748c1fa01b201a0ed
Author: Alex Herbert <[email protected]>
AuthorDate: Wed Mar 4 12:51:37 2026 +0000
Javadoc typos
---
.../main/java/org/apache/commons/statistics/descriptive/IntMath.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/IntMath.java
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/IntMath.java
index 2ea347ef..801a6ee9 100644
---
a/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/IntMath.java
+++
b/commons-statistics-descriptive/src/main/java/org/apache/commons/statistics/descriptive/IntMath.java
@@ -319,7 +319,7 @@ final class IntMath {
/**
* Return the whole number that is nearest to the {@code double} argument
{@code x}
- * as an {@code long}, with ties rounding towards positive infinity.
+ * as a {@code long}, with ties rounding towards positive infinity.
*
* <p>This will raise an {@link ArithmeticException} if the closest
* integer result is not within the range {@code [-2^63, 2^63)},
@@ -341,7 +341,7 @@ final class IntMath {
/**
* Return the whole number that is nearest to the {@code double} argument
{@code x}
- * as an {@code int}, with ties rounding towards positive infinity.
+ * as a {@code BigInteger}, with ties rounding towards positive infinity.
*
* <p>This will raise an {@link ArithmeticException} if the argument
{@code x}
* is not finite.