From d682d1dbb15d31996a173054252fb05046982ab0 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Thu, 19 Apr 2018 02:41:33 +0000 Subject: [PATCH] ICU-13700 Fixing typo in APIdoc. X-SVN-Rev: 41250 --- icu4c/source/i18n/unicode/decimfmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/decimfmt.h b/icu4c/source/i18n/unicode/decimfmt.h index b55036f78a5..b562be7714e 100644 --- a/icu4c/source/i18n/unicode/decimfmt.h +++ b/icu4c/source/i18n/unicode/decimfmt.h @@ -1341,7 +1341,7 @@ class U_I18N_API DecimalFormat : public NumberFormat { * * This method is analogous to UNUM_SCALE in getAttribute. * - * @return the new value of the power-of-ten multiplier. + * @return the current value of the power-of-ten multiplier. * @draft ICU 62 */ int32_t getMultiplierScale(void) const; -- 2.40.0