From c9b6a2e5419acf29e463a0feff4caace51d570ea Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 21 Aug 2024 09:17:55 -0400 Subject: [PATCH] Fix typos in comments --- .../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 330b6e7063..6b93a78004 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;