This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c5aff8  Javadoc
4c5aff8 is described below

commit 4c5aff8e4f01074003e5c58ee78d11cf1150d0d7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 07:26:30 2023 -0400

    Javadoc
---
 src/main/java/org/apache/commons/cli/TypeHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/TypeHandler.java 
b/src/main/java/org/apache/commons/cli/TypeHandler.java
index 261ecc4..1a31e60 100644
--- a/src/main/java/org/apache/commons/cli/TypeHandler.java
+++ b/src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -83,7 +83,7 @@ public class TypeHandler {
     }
 
     /**
-     * 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.
      *
      * @param str the value
      * @return the number represented by {@code str}

Reply via email to