summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-03-08 07:27:39 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-03-09 10:57:28 +0000
commit6a86cc612dbcd1983c6bcb50c41832b2a835b937 (patch)
treed1f745c09b67272319aaadddb73ae52764b72c89 /src/corelib/tools
parenta0a1d9c5816bd9acb84f6a248e964f9a4f292973 (diff)
Fix a couple of small doc things in relation to QScopeGuard
Change-Id: I6e61a18697b95d9e3f534d1d71ebf32fdff4a04f Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
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.
*/