Repository: commons-lang
Updated Branches:
  refs/heads/master 91d6bd74f -> 8274993e2


fix typo in NumberUtils#isCreatable and NumberUtils#isNumber javadoc


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8f927139
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8f927139
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8f927139

Branch: refs/heads/master
Commit: 8f9271399aca64a6f5afe36d3eec365eb68e310e
Parents: 91d6bd7
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sat Oct 22 14:17:35 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sat Oct 22 14:28:44 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/math/NumberUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8f927139/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java 
b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
index 749c4a0..d75f783 100644
--- a/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
+++ b/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
@@ -1362,7 +1362,7 @@ public class NumberUtils {
      * <code>false</code>.</p>
      *
      * <p>Note, {@link #createNumber(String)} should return a number for every
-     * input resuling in <code>true</code>.</p>
+     * input resulting in <code>true</code>.</p>
      *
      * @param str  the <code>String</code> to check
      * @return <code>true</code> if the string is a correctly formatted number
@@ -1392,7 +1392,7 @@ public class NumberUtils {
      * <code>false</code>.</p>
      *
      * <p>Note, {@link #createNumber(String)} should return a number for every
-     * input resuling in <code>true</code>.</p>
+     * input resulting in <code>true</code>.</p>
      *
      * @param str  the <code>String</code> to check
      * @return <code>true</code> if the string is a correctly formatted number

Reply via email to