doc: fix grammar

Change-Id: Ic2e5fd40e3d3bd7b42d5fd6492286770ffe244f3
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
bb10
Frederik Gladhorn 2014-02-12 20:08:56 +01:00 committed by The Qt Project
parent f5f00e69a0
commit 8958611fa7
1 changed files with 1 additions and 1 deletions

View File

@ -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()
*/