From 8958611fa77b6ac5a78021ebc0c7bba38125945f Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 12 Feb 2014 20:08:56 +0100 Subject: [PATCH] doc: fix grammar Change-Id: Ic2e5fd40e3d3bd7b42d5fd6492286770ffe244f3 Reviewed-by: Jerome Pasion --- src/corelib/tools/qstring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() */