Skip to content

Commit e4cba34

Browse files
ashutosh108markusicu
authored andcommitted
ICU-22850 ucol_openRules: fix ucol_open reference in the description
It should obviously be ucol_open here. This typo was introduced in the unicode-org@0335b3b
1 parent 305098b commit e4cba34

File tree

1 file changed

+1
-1
lines changed
  • icu4c/source/i18n/unicode

1 file changed

+1
-1
lines changed

icu4c/source/i18n/unicode/ucol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ ucol_open(const char *loc, UErrorCode *status);
418418
* Produce a UCollator instance according to the rules supplied.
419419
* The rules are used to change the default ordering, defined in the
420420
* UCA in a process called tailoring. The resulting UCollator pointer
421-
* can be used in the same way as the one obtained by {@link #ucol_strcoll }.
421+
* can be used in the same way as the one obtained by {@link #ucol_open }.
422422
* @param rules A string describing the collation rules. For the syntax
423423
* of the rules please see users guide.
424424
* @param rulesLength The length of rules, or -1 if null-terminated.

0 commit comments

Comments
 (0)