summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qstring.cpp')
-rw-r--r--src/corelib/tools/qstring.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 8519eaa17a..0e99a5839c 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -9799,8 +9799,8 @@ QString QString::toHtmlEscaped() const
if (attribute.name() == QLatin1String("http-contents-length")) //...
\endcode
- \note There some restrictions when using the MSVC 2010 or 2012 compilers. The example snippets provided here
- fail to compile with them.
+ \note There are some restrictions when using the MSVC 2010 or 2012 compilers. The example snippets
+ provided here fail to compile with them.
\list
\li Concatenated string literals cannot be used with QStringLiteral.
\code