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-geometry.git
The following commit(s) were added to refs/heads/master by this push: new d0363af5 Fix typos in comments d0363af5 is described below commit d0363af5868b30238c6b09f219284e8fe8d54c3b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:19:04 2024 -0400 Fix typos in comments --- .../java/org/apache/commons/geometry/euclidean/EuclideanTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/EuclideanTestUtils.java b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/EuclideanTestUtils.java index 6ef2f24f..3ef5857b 100644 --- a/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/EuclideanTestUtils.java +++ b/commons-geometry-euclidean/src/test/java/org/apache/commons/geometry/euclidean/EuclideanTestUtils.java @@ -230,7 +230,7 @@ public final class EuclideanTestUtils { } /** - * Asserts that the given value is negative infinity.. + * Asserts that the given value is negative infinity. * * @param value */