From d7f1b6e8ac9facd5e870032ac113c42ee3efefce Mon Sep 17 00:00:00 2001 From: younies Date: Tue, 16 Jun 2020 20:54:27 +0200 Subject: [PATCH] fix small typo --- icu4c/source/i18n/complexunitsconverter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/complexunitsconverter.h b/icu4c/source/i18n/complexunitsconverter.h index 933107bd332..0fe76ba52b2 100644 --- a/icu4c/source/i18n/complexunitsconverter.h +++ b/icu4c/source/i18n/complexunitsconverter.h @@ -52,7 +52,7 @@ class U_I18N_API ComplexUnitsConverter { // 1 meter --> 3 feet, 3.3701 inches // NOTE: // the smallest element is the only element that could have fractional values. And all - // other elements are rounded to the nearest integer + // other elements are floored to the nearest integer MaybeStackVector convert(double quantity, UErrorCode &status) const; private: