mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-22850 ucol_openRules: fix ucol_open reference in the description
It should obviously be ucol_open here. This typo was introduced in the
0335b3b9c3
This commit is contained in:
parent
305098bdf8
commit
e4cba341b6
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ ucol_open(const char *loc, UErrorCode *status);
|
|||
* Produce a UCollator instance according to the rules supplied.
|
||||
* The rules are used to change the default ordering, defined in the
|
||||
* UCA in a process called tailoring. The resulting UCollator pointer
|
||||
* can be used in the same way as the one obtained by {@link #ucol_strcoll }.
|
||||
* can be used in the same way as the one obtained by {@link #ucol_open }.
|
||||
* @param rules A string describing the collation rules. For the syntax
|
||||
* of the rules please see users guide.
|
||||
* @param rulesLength The length of rules, or -1 if null-terminated.
|
||||
|
|
Loading…
Add table
Reference in a new issue