ICU-10257 fix typo in isBogus() docs

X-SVN-Rev: 34361
This commit is contained in:
Markus Scherer 2013-09-17 20:04:29 +00:00
parent 82e54bce50
commit 16785e1aa5

View File

@ -1797,7 +1797,7 @@ public:
* For a bogus string, getBuffer() and getTerminatedBuffer() return NULL, and
* length() returns 0.
*
* @return TRUE if the string is valid, FALSE otherwise
* @return TRUE if the string is bogus/invalid, FALSE otherwise
* @see setToBogus()
* @stable ICU 2.0
*/