You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2021/06/01 23:09:13 UTC

[commons-math] branch master updated: Typo (Javadoc).

This is an automated email from the ASF dual-hosted git repository.

erans 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 8afd815  Typo (Javadoc).
8afd815 is described below

commit 8afd815000e61ffc98bb5207fbfc483171fa2787
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Jun 2 01:08:42 2021 +0200

    Typo (Javadoc).
---
 .../main/java/org/apache/commons/math4/legacy/complex/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/complex/package-info.java b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/complex/package-info.java
index 5b87c3a..72fd1f8 100644
--- a/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/complex/package-info.java
+++ b/commons-math-legacy/src/main/java/org/apache/commons/math4/legacy/complex/package-info.java
@@ -17,6 +17,6 @@
 
 /**
  * Complex number type implementations have been moved to
- * <a href="http://commons.apache.org/numbers>Commons Numbers</a>.
+ * <a href="http://commons.apache.org/numbers">Commons Numbers</a>.
  */
 package org.apache.commons.math4.legacy.complex;