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 2015/02/04 14:11:37 UTC

[2/4] [math] Typo

Typo


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/98d49ae5
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/98d49ae5
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/98d49ae5

Branch: refs/heads/master
Commit: 98d49ae58c0f69dd3787cbffdfb67b4f73ba4282
Parents: c7fcb44
Author: Gilles <er...@apache.org>
Authored: Wed Feb 4 13:57:58 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 4 13:57:58 2015 +0100

----------------------------------------------------------------------
 .../math3/analysis/integration/gauss/HermiteRuleFactory.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/98d49ae5/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java b/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java
index c49ab74..bc430cf 100644
--- a/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java
+++ b/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java
@@ -32,7 +32,7 @@ import org.apache.commons.math3.util.FastMath;
  * </code>
  * <br/>
  * Recurrence relation and weights computation follow
- * <a href="http://en.wikipedia.org/wiki/Abramowitz_and_Stegun"
+ * <a href="http://en.wikipedia.org/wiki/Abramowitz_and_Stegun">
  * Abramowitz and Stegun, 1964</a>.
  * <br/>
  * The coefficients of the standard Hermite polynomials grow very rapidly;