This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new c9b6a2e54 Fix typos in comments c9b6a2e54 is described below commit c9b6a2e5419acf29e463a0feff4caace51d570ea Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:17:55 2024 -0400 Fix typos in comments --- .../test/java/org/apache/commons/math4/legacy/linear/HilbertMatrix.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/HilbertMatrix.java b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/HilbertMatrix.java index 330b6e706..6b93a7800 100644 --- a/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/HilbertMatrix.java +++ b/commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/linear/HilbertMatrix.java @@ -28,7 +28,7 @@ public class HilbertMatrix /** * Creates a new instance of this class. * - * @param n Size of the matrix to be created.. + * @param n Size of the matrix to be created. */ public HilbertMatrix(final int n) { this.n = n;