QRegularExpression: fix a typo in docs

Change-Id: Id7db7d0b833fc6b6000a04ff7ee8a5a7d164d7de
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit a6acb2453f4f6010283426e0c099145c22292146)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sona Kurazyan 2022-07-05 16:28:19 +02:00 committed by Qt Cherry-pick Bot
parent 199d22e597
commit 2b7c44f5cb

View File

@ -1853,7 +1853,7 @@ QString QRegularExpression::escape(QStringView str)
By default, the returned regular expression is fully anchored. In other By default, the returned regular expression is fully anchored. In other
words, there is no need of calling anchoredPattern() again on the words, there is no need of calling anchoredPattern() again on the
result. To get an a regular expression that is not anchored, pass result. To get a regular expression that is not anchored, pass
UnanchoredWildcardConversion as the conversion \a options. UnanchoredWildcardConversion as the conversion \a options.
This implementation follows closely the definition This implementation follows closely the definition