]> granicus.if.org Git - icu/commitdiff
ICU-12155 fix UnicodeSet::isBogus() API doc typo
authorMarkus Scherer <markus.icu@gmail.com>
Mon, 29 Feb 2016 22:00:04 +0000 (22:00 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Mon, 29 Feb 2016 22:00:04 +0000 (22:00 +0000)
X-SVN-Rev: 38439

icu4c/source/common/unicode/uniset.h

index 0456f2bdb94c43ad40e907e9bdf5a4593cab3b98..3c1971cc8428e0c01a24da2840384c84cddefe55 100644 (file)
@@ -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().