mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-21580 fix RuleBasedCollator doc typo, extra open brace
This commit is contained in:
parent
5e4fdaf45f
commit
b9bb2a7b57
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ import com.ibm.icu.util.VersionInfo;
|
|||
* sets. RuleBasedCollator is designed to be fully compliant to the <a
|
||||
* href="https://www.unicode.org/reports/tr10/">Unicode Collation Algorithm (UCA)</a> and conforms to ISO 14651.
|
||||
*
|
||||
* <p>A Collator is thread-safe only when frozen. See {{@link #isFrozen()} and {@link com.ibm.icu.util.Freezable}.
|
||||
* <p>A Collator is thread-safe only when frozen. See {@link #isFrozen()} and {@link com.ibm.icu.util.Freezable}.
|
||||
*
|
||||
* <p>
|
||||
* Users are strongly encouraged to read the <a href="https://unicode-org.github.io/icu/userguide/collation">User
|
||||
|
|
Loading…
Add table
Reference in a new issue