mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
fix small typo
This commit is contained in:
parent
5e28c0c941
commit
d7f1b6e8ac
1 changed files with 1 additions and 1 deletions
|
@ -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<Measure> convert(double quantity, UErrorCode &status) const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue