Skip to content

Commit 4c5aff8

Browse files
committed
Javadoc
1 parent 173bea0 commit 4c5aff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/cli/TypeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static File[] createFiles(final String str) {
8383
}
8484

8585
/**
86-
* Create a number from a String. If a . is present, it creates a Double, otherwise a Long.
86+
* Create a number from a String. If a '.' is present, it creates a Double, otherwise a Long.
8787
*
8888
* @param str the value
8989
* @return the number represented by {@code str}

0 commit comments

Comments
 (0)