QStringBuilder: fix typos in API docs

My fault, I had added that bit of the docs a while ago.

Pick-to: 6.6
Change-Id: I1fa2c10b0f7263e12b5b2a4d18f362c702f9d831
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Ahmad Samir 2023-06-14 00:25:11 +03:00
parent f4dca7c512
commit 5eec5a674b

View File

@ -57,9 +57,9 @@ QT_BEGIN_NAMESPACE
if there are three or more of them, and performs equally well in other
cases.
\note Definnig \c QT_USE_STRINGBUILDER at build time (this is the default
when building Qt libraries and tools), will make using \c {'+'} when
concatenating strings work the same way as \c operator%().
\note Defining \c QT_USE_QSTRINGBUILDER at build time (this is the
default when building Qt libraries and tools), will make using \c {'+'}
when concatenating strings work the same way as \c operator%().
\sa QLatin1StringView, QString
*/