From: Markus Scherer Date: Mon, 29 Feb 2016 22:00:04 +0000 (+0000) Subject: ICU-12155 fix UnicodeSet::isBogus() API doc typo X-Git-Tag: milestone-59-0-1~600 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa40037b44fa16a64a964330817199c0036e61fd;p=icu ICU-12155 fix UnicodeSet::isBogus() API doc typo X-SVN-Rev: 38439 --- diff --git a/icu4c/source/common/unicode/uniset.h b/icu4c/source/common/unicode/uniset.h index 0456f2bdb94..3c1971cc842 100644 --- a/icu4c/source/common/unicode/uniset.h +++ b/icu4c/source/common/unicode/uniset.h @@ -1,6 +1,6 @@ /* *************************************************************************** -* Copyright (C) 1999-2015, International Business Machines Corporation +* Copyright (C) 1999-2016, International Business Machines Corporation * and others. All Rights Reserved. *************************************************************************** * Date Name Description @@ -307,12 +307,12 @@ public: * A bogus set has no value. It is different from an empty set. * It can be used to indicate that no set value is available. * - * @return TRUE if the set is valid, FALSE otherwise + * @return TRUE if the set is bogus/invalid, FALSE otherwise * @see setToBogus() * @stable ICU 4.0 */ inline UBool isBogus(void) const; - + /** * Make this UnicodeSet object invalid. * The string will test TRUE with isBogus().