From 2a54052fbcc86ac7d0691f5a934ee7ee579fee8c Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 1 Jul 2002 21:03:52 +0000 Subject: [PATCH] ICU-1953 Change the documentaiton of u_charDigitValue X-SVN-Rev: 8987 --- icu4c/source/common/unicode/uchar.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/common/unicode/uchar.h b/icu4c/source/common/unicode/uchar.h index 59fead7978a..9851aad7240 100644 --- a/icu4c/source/common/unicode/uchar.h +++ b/icu4c/source/common/unicode/uchar.h @@ -1430,11 +1430,11 @@ U_CAPI uint8_t U_EXPORT2 u_getCombiningClass(UChar32 c); /** - * Retrives the decimal numeric value of a digit character. + * Returns the decimal numeric value of a digit character. * - * @param c the digit character for which to get the numeric value - * @return the numeric value of ch in decimal radix. This method returns - * -1 if ch is not a valid digit character. + * @param c the decimal digit character for which to get the numeric value + * @return the numeric value of c in decimal radix. This method returns + * -1 if c is not a valid digit character. * @stable */ U_CAPI int32_t U_EXPORT2