From c804ffd3b74918844ba0082a2a1e59e8a1149241 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Tue, 9 Sep 2014 21:58:40 +0200 Subject: [PATCH] Documentation: Fix typo in BString --- docs/user/support/String.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/support/String.dox b/docs/user/support/String.dox index 6821e570dd..0efba23c48 100644 --- a/docs/user/support/String.dox +++ b/docs/user/support/String.dox @@ -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.