mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
fix typo in NumberUtils#isCreatable and NumberUtils#isNumber javadoc
This commit is contained in:
parent
91d6bd74fa
commit
8f9271399a
@ -1362,7 +1362,7 @@ public static boolean isDigits(final String str) {
|
||||
* <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 static boolean isNumber(final String str) {
|
||||
* <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
|
||||
|
Loading…
x
Reference in New Issue
Block a user