summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
diff options
context:
space:
mode:
authorMarcel Krems <m.krems@software-vision.eu>2013-10-10 15:30:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-12 01:43:24 +0200
commitdc860e2e0807ebd43938c8efdc3a282d0098e33e (patch)
tree9bbaabda053a7b3af4c0db1167fa9f9245decf18 /src/corelib/tools/qstring.cpp
parent3fe242781e88224d121ebca730db5ebe4fb98ec6 (diff)
Doc: Fix typos and add missing words.
Change-Id: I40e4780bcabbca29425945a69d8a0781cd5c0e9f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
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