Skip to content

Commit 7897f41

Browse files
authored
[JavaDoc] Fix LANG-1793 (#1501)
1 parent 72d0922 commit 7897f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/lang3/CharUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public static boolean isAsciiAlphaLower(final char ch) {
131131
}
132132

133133
/**
134-
* Tests whether the character is ASCII 7 bit numeric.
134+
* Tests whether the character is ASCII 7 bit alphanumeric character.
135135
*
136136
* <pre>
137137
* CharUtils.isAsciiAlphanumeric('a') = true

0 commit comments

Comments
 (0)