summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-11 01:00:06 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-03-11 01:00:06 +0100
commit0a02de62d1fe4341684df370242fd3aca3b21f9d (patch)
tree393119de339401ac829a2ae27efae019f4541bdf /src/corelib/tools
parentfbc9fb233dfb1959924632b428048d5f6a3401d9 (diff)
parentc7f6761bc98593744f8f8f9d2b864656f8d36a58 (diff)
Merge remote-tracking branch 'origin/5.12' into 5.13
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qscopeguard.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qscopeguard.qdoc b/src/corelib/tools/qscopeguard.qdoc
index 70e13ab2fd..21b0bab9cf 100644
--- a/src/corelib/tools/qscopeguard.qdoc
+++ b/src/corelib/tools/qscopeguard.qdoc
@@ -33,7 +33,7 @@ QT_BEGIN_NAMESPACE
\class QScopeGuard
\since 5.12
\inmodule QtCore
- \brief Provides a scope guard for calling a function at the of
+ \brief Provides a scope guard for calling a function at the end of
a scope.
*/