mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-823 Misc API documentation bug fixes
X-SVN-Rev: 4183
This commit is contained in:
parent
af28ebc2cd
commit
741071a83a
1 changed files with 2 additions and 1 deletions
|
@ -545,7 +545,8 @@ public:
|
|||
* // result will be "abc" == "ABC"
|
||||
* // tertiary differences will be ignored
|
||||
* Collator::ComparisonResult result = myCollation->compare("abc",
|
||||
* \endcode "ABC");
|
||||
* "ABC");
|
||||
* \endcode
|
||||
* </pre>
|
||||
* @see Collator#getStrength
|
||||
* @param newStrength the new comparison level.
|
||||
|
|
Loading…
Add table
Reference in a new issue