ICU-21239 Improve docs for MeasureUnit default constructor

This commit is contained in:
Shane F. Carr 2023-05-25 19:00:31 -07:00 committed by Frank Yung-Fong Tang
parent 83ee7e662f
commit 4a255c4301

View file

@ -371,7 +371,8 @@ class U_I18N_API MeasureUnit: public UObject {
/**
* Default constructor.
* Populates the instance with the base dimensionless unit.
* Populates the instance with the base dimensionless unit, which means that there will be
* no unit on the formatted number.
* @stable ICU 3.0
*/
MeasureUnit();