Documentation: Fix typo in BString

This commit is contained in:
Stefano Ceccherini
2014-09-09 23:05:18 +02:00
parent b3b23acfd0
commit c804ffd3b7
+1 -1
View File
@@ -1781,7 +1781,7 @@
/*!
\fn int32 BString::FindFirstChars(const char* string,
int32 fromCharOffset) const
\brief UTF-8 aware version of FindChars(const char*, int32).
\brief UTF-8 aware version of FindFirst(const char*, int32).
\param string The \a string to search for.
\param fromCharOffset The offset in UTF-8 characters to start the search.