diff --git a/xml/System/Char.xml b/xml/System/Char.xml index 5494eef10f8..b6b10ba0358 100644 --- a/xml/System/Char.xml +++ b/xml/System/Char.xml @@ -1436,9 +1436,9 @@ This method determines whether the character is in the range '0' through '9', in The character to evaluate. - Indicates whether a character is categorized as an ASCII hexademical digit. + Indicates whether a character is categorized as an ASCII hexadecimal digit. - if is a hexademical digit; otherwise, . + if is a hexadecimal digit; otherwise, . The character to evaluate. - Indicates whether a character is categorized as an ASCII lower-case hexademical digit. + Indicates whether a character is categorized as an ASCII lower-case hexadecimal digit. - if is a lower-case hexademical digit; otherwise, . + if is a lower-case hexadecimal digit; otherwise, . The character to evaluate. - Indicates whether a character is categorized as an ASCII upper-case hexademical digit. + Indicates whether a character is categorized as an ASCII upper-case hexadecimal digit. - if is a hexademical digit; otherwise, . + if is a hexadecimal digit; otherwise, .