From: Shane Carr Date: Thu, 19 Apr 2018 02:41:33 +0000 (+0000) Subject: ICU-13700 Fixing typo in APIdoc. X-Git-Tag: release-62-rc~200^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d682d1dbb15d31996a173054252fb05046982ab0;p=icu ICU-13700 Fixing typo in APIdoc. X-SVN-Rev: 41250 --- 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;