We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305098b commit e4cba34Copy full SHA for e4cba34
icu4c/source/i18n/unicode/ucol.h
@@ -418,7 +418,7 @@ ucol_open(const char *loc, UErrorCode *status);
418
* Produce a UCollator instance according to the rules supplied.
419
* The rules are used to change the default ordering, defined in the
420
* 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 }.
+ * can be used in the same way as the one obtained by {@link #ucol_open }.
422
* @param rules A string describing the collation rules. For the syntax
423
* of the rules please see users guide.
424
* @param rulesLength The length of rules, or -1 if null-terminated.
0 commit comments