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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 7897f41f6 [JavaDoc] Fix LANG-1793 (#1501)
7897f41f6 is described below
commit 7897f41f6c5f1c061882b37bf1b9892a1153b9e5
Author: IcoreE <[email protected]>
AuthorDate: Wed Nov 26 03:10:55 2025 +0800
[JavaDoc] Fix LANG-1793 (#1501)
---
src/main/java/org/apache/commons/lang3/CharUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/CharUtils.java
b/src/main/java/org/apache/commons/lang3/CharUtils.java
index e6553815d..0b189c152 100644
--- a/src/main/java/org/apache/commons/lang3/CharUtils.java
+++ b/src/main/java/org/apache/commons/lang3/CharUtils.java
@@ -131,7 +131,7 @@ public static boolean isAsciiAlphaLower(final char ch) {
}
/**
- * Tests whether the character is ASCII 7 bit numeric.
+ * Tests whether the character is ASCII 7 bit alphanumeric character.
*
* <pre>
* CharUtils.isAsciiAlphanumeric('a') = true