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 72d0922 commit 7897f41Copy full SHA for 7897f41
src/main/java/org/apache/commons/lang3/CharUtils.java
@@ -131,7 +131,7 @@ public static boolean isAsciiAlphaLower(final char ch) {
131
}
132
133
/**
134
- * Tests whether the character is ASCII 7 bit numeric.
+ * Tests whether the character is ASCII 7 bit alphanumeric character.
135
*
136
* <pre>
137
* CharUtils.isAsciiAlphanumeric('a') = true
0 commit comments