We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173bea0 commit 4c5aff8Copy full SHA for 4c5aff8
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -83,7 +83,7 @@ public static File[] createFiles(final String str) {
83
}
84
85
/**
86
- * Create a number from a String. If a . is present, it creates a Double, otherwise a Long.
+ * Create a number from a String. If a '.' is present, it creates a Double, otherwise a Long.
87
*
88
* @param str the value
89
* @return the number represented by {@code str}
0 commit comments