QStringBuilder: fix typos in API docs

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

Change-Id: I1fa2c10b0f7263e12b5b2a4d18f362c702f9d831
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 5eec5a674baadc435ff879225d9a157d135cfffd)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Ahmad Samir 2023-06-14 00:25:11 +03:00 committed by Qt Cherry-pick Bot
parent 92ffc0ac38
commit 9043e95ad9

View File

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