mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20568 Correct the numberformatter.h docs for usage()
This commit is contained in:
parent
dd372dc104
commit
a667b279d4
1 changed files with 2 additions and 3 deletions
|
@ -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__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue