From 5d6254e806a73db9509b1d8cba598e7afa18835e Mon Sep 17 00:00:00 2001 From: Pengyu Nie Date: Thu, 27 Feb 2020 13:52:46 -0600 Subject: [PATCH] (doc) Fix grammar errors in Javadoc of WilcoxonSignedRankTest.wilcoxonSignedRankTest. --- .../commons/math4/stat/inference/WilcoxonSignedRankTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math4/stat/inference/WilcoxonSignedRankTest.java b/src/main/java/org/apache/commons/math4/stat/inference/WilcoxonSignedRankTest.java index efa9ca57b7..ee06866a56 100644 --- a/src/main/java/org/apache/commons/math4/stat/inference/WilcoxonSignedRankTest.java +++ b/src/main/java/org/apache/commons/math4/stat/inference/WilcoxonSignedRankTest.java @@ -288,8 +288,8 @@ private double calculateAsymptoticPValue(final double Wmin, final int N) { * if true and x.length < 30, this is ignored because * calculations may take too long) * @return p-value - * @throws NullArgumentException if {@code x} or {@code y} are {@code null}. - * @throws NoDataException if {@code x} or {@code y} are zero-length. + * @throws NullArgumentException if {@code x} or {@code y} is {@code null}. + * @throws NoDataException if {@code x} or {@code y} is zero-length. * @throws DimensionMismatchException if {@code x} and {@code y} do not * have the same length. * @throws NumberIsTooLargeException if {@code exactPValue} is {@code true}