Merge pull request #55 from icu-units/fix_comment_unit_converter

add comment about ratesInfo param in UnitConverter
This commit is contained in:
Younies Mahmoud 2020-08-06 15:15:38 +04:00 committed by GitHub
commit cbed636227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,