From 7edf709dfcbdfd4bcf13d4810cf6533f8eaa1970 Mon Sep 17 00:00:00 2001 From: younies Date: Thu, 6 Aug 2020 10:35:28 +0400 Subject: [PATCH] add comment about ratesInfo param in UnitConverter --- icu4c/source/i18n/unitconverter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/i18n/unitconverter.h b/icu4c/source/i18n/unitconverter.h index dd9830f887d..3b66dbdfb12 100644 --- a/icu4c/source/i18n/unitconverter.h +++ b/icu4c/source/i18n/unitconverter.h @@ -137,6 +137,7 @@ class U_I18N_API UnitConverter : public UMemory { * * @param source represents the source unit. * @param target represents the target unit. + * @param ratesInfo Contains all the needed conversion rates. * @param status */ UnitConverter(const MeasureUnitImpl &source, const MeasureUnitImpl &target,