BString docs: Remove extra "to" in AppendChars() string param

Thanks stippi for noticing this oversight.
This commit is contained in:
John Scipione
2014-06-25 15:39:07 -04:00
parent e0016ffde9
commit 79c6af799c
+2 -2
View File
@@ -663,7 +663,7 @@
\fn BString& BString::AppendChars(const BString& string, int32 charCount)
\brief UTF-8 aware version of Append(const BString&, int32).
\param string The \a string to append to.
\param string The \a string to append.
\param charCount The maximum number of UTF-8 characters to append.
\return This method always returns \c *this.
@@ -678,7 +678,7 @@
\fn BString& BString::AppendChars(const char* string, int32 charCount)
\brief UTF-8 aware version of Append(const char*, int32).
\param string The \a string to append to.
\param string The \a string to append.
\param charCount The maximum number of UTF-8 characters to append.
\return This method always returns \c *this.