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 314966fbabbd9e63098af9dea70bab777a83596f Author: aherbert <aherb...@apache.org> AuthorDate: Fri Jul 30 12:09:53 2021 +0100 Javadoc formatting --- .../apache/commons/statistics/distribution/ContinuousDistribution.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ContinuousDistribution.java b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ContinuousDistribution.java index 129dd14..1894e0e 100644 --- a/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ContinuousDistribution.java +++ b/commons-statistics-distribution/src/main/java/org/apache/commons/statistics/distribution/ContinuousDistribution.java @@ -62,7 +62,7 @@ public interface ContinuousDistribution { * In general, the PDF is the derivative of the {@link #cumulativeProbability(double) CDF}. * If the derivative does not exist at {@code x}, then an appropriate * replacement should be returned, e.g. {@code Double.POSITIVE_INFINITY}, - * {@code Double.NaN}, or the limit inferior or limit superior of the + * {@code Double.NaN}, or the limit inferior or limit superior of the * difference quotient. * * @param x Point at which the PDF is evaluated.