ICU-20568 Correct the numberformatter.h docs for usage()

This commit is contained in:
Hugo van der Merwe 2020-09-14 11:12:04 +02:00
parent dd372dc104
commit a667b279d4

View file

@ -2102,8 +2102,8 @@ class U_I18N_API NumberFormatterSettings {
#ifndef U_HIDE_DRAFT_API
/**
* Specifies the usage for which numbers will be formatted ("person",
* "road", "person", etc.)
* Specifies the usage for which numbers will be formatted ("person-height",
* "road", "rainfall", etc.)
*
* When a `usage` is specified, the output unit will change depending on the
* `Locale` and the unit quantity. For example, formatting length
@ -2777,4 +2777,3 @@ U_NAMESPACE_END
#endif /* U_SHOW_CPLUSPLUS_API */
#endif // __NUMBERFORMATTER_H__