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:
Anton Voloshin 2024-08-08 18:37:11 +07:00 committed by Markus Scherer
parent 305098bdf8
commit e4cba341b6

View file

@ -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.