< prev index next >

src/java.base/share/classes/java/lang/Character.java

Print this page
rev 58428 : [mq]: XXXXXXX-typos

@@ -9730,11 +9730,11 @@
     public static boolean isJavaLetterOrDigit(char ch) {
         return isJavaIdentifierPart(ch);
     }
 
     /**
-     * Determines if the specified character (Unicode code point) is an alphabet.
+     * Determines if the specified character (Unicode code point) is alphabetic.
      * <p>
      * A character is considered to be alphabetic if its general category type,
      * provided by {@link Character#getType(int) getType(codePoint)}, is any of
      * the following:
      * <ul>
< prev index next >