summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-02-12 20:08:56 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-17 11:17:03 +0100
commit8958611fa77b6ac5a78021ebc0c7bba38125945f (patch)
tree3f65839b6a0c191d2e6645cce9a8d6e2e8d0ca22 /src/corelib/tools/qstring.cpp
parentf5f00e69a0ae1287efd7c02abcabdfcaec5b0dcb (diff)
doc: fix grammar
Change-Id: Ic2e5fd40e3d3bd7b42d5fd6492286770ffe244f3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/corelib/tools/qstring.cpp')
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 2c505ef033..d22d808a12 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -3402,7 +3402,7 @@ bool QString::contains(const QRegularExpression &re) const
If the match is successful and \a match is not a null pointer, it also
writes the results of the match into the QRegularExpressionMatch object
- pointed by \a match.
+ pointed to by \a match.
\sa QRegularExpression::match()
*/