From 9043e95ad9199e70a0b4a725ff75482017ee2564 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 14 Jun 2023 00:25:11 +0300 Subject: [PATCH] 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 (cherry picked from commit 5eec5a674baadc435ff879225d9a157d135cfffd) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/text/qstringbuilder.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/corelib/text/qstringbuilder.cpp b/src/corelib/text/qstringbuilder.cpp index 47da2e50519..738ce833ef2 100644 --- a/src/corelib/text/qstringbuilder.cpp +++ b/src/corelib/text/qstringbuilder.cpp @@ -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 */