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-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new de7b9b50 Correct javadoc link with correct method name in label
de7b9b50 is described below
commit de7b9b504fcc6ae0e72fe66471132cd6bc36b186
Author: Alex Herbert <[email protected]>
AuthorDate: Tue May 12 17:50:40 2026 +0100
Correct javadoc link with correct method name in label
---
.../src/main/java/org/apache/commons/numbers/core/DD.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
index 346045eb..b9df6afc 100644
--- a/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
+++ b/commons-numbers-core/src/main/java/org/apache/commons/numbers/core/DD.java
@@ -524,7 +524,7 @@ public final class DD
/**
* Returns a {@code DD} whose value is {@code (x * x)}.
*
- * <p>This method is an optimisation of {@link #ofProduct(double, double)
multiply(x, x)}.
+ * <p>This method is an optimisation of {@link #ofProduct(double, double)
ofProduct(x, x)}.
* See that method for details of special cases.
*
* <p>An invalid result can be identified using {@link #isFinite()}.