[2.2][DCM-1937] Change doxygen comment about limit in Tizen::Base::Utility::StringUti...
[platform/framework/native/appfw.git] / inc / FBaseUtilStringUtil.h
index f4e0de4..6f87af8 100644 (file)
@@ -272,7 +272,7 @@ public:
 
        /**
         * Decodes a string consisting of base 64 digits to a ByteBuffer. @n
-        * The buffer's limit is the length of the string plus one and the starting position is @c 0.
+        * The ByteBuffer's limit is the length of the decoded multibyte string and the starting position is @c 0.
         *
         * @since 2.0
         *