ICU-2938 Minor documentation fix

X-SVN-Rev: 14305
This commit is contained in:
George Rhoten 2004-01-12 23:43:33 +00:00
parent ffa29e4d1c
commit 052d9a4847

View File

@ -158,7 +158,7 @@ uset_close(USet* set);
* Modifies the set to represent the set specified by the given
* pattern. See the UnicodeSet class description for the syntax of
* the pattern language. See also the User Guide chapter about UnicodeSet.
* <em> Empties the set passed before applying the pattern.<em>
* <em>Empties the set passed before applying the pattern.</em>
* @param set The set to which the pattern is to be applied.
* @param pattern A pointer to UChar string specifying what characters are in the set.
* The character at pattern[0] must be a '['.