mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
ICU-20794 Fix typo in ucurr.h
This commit is contained in:
parent
552b01f611
commit
ed99298431
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ typedef enum UCurrCurrencyType {
|
|||
* Provides a UEnumeration object for listing ISO-4217 codes.
|
||||
* @param currType You can use one of several UCurrCurrencyType values for this
|
||||
* variable. You can also | (or) them together to get a specific list of
|
||||
* currencies. Most people will want to use the (UCURR_CURRENCY|UCURR_NON_DEPRECATED) value to
|
||||
* currencies. Most people will want to use the (UCURR_COMMON|UCURR_NON_DEPRECATED) value to
|
||||
* get a list of current currencies.
|
||||
* @param pErrorCode Error code
|
||||
* @stable ICU 3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue