summaryrefslogtreecommitdiffstats
path: root/src/core/resources/qresourcemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resources/qresourcemanager.cpp')
-rw-r--r--src/core/resources/qresourcemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/resources/qresourcemanager.cpp b/src/core/resources/qresourcemanager.cpp
index ed6cf4601..05a1592d9 100644
--- a/src/core/resources/qresourcemanager.cpp
+++ b/src/core/resources/qresourcemanager.cpp
@@ -90,7 +90,7 @@
\inmodule Qt3DCore
\since 5.5
- \brief Provided locking access to a resource through the use of a QReadWriteLock.
+ \brief Provides locking access to a resource through the use of a QReadWriteLock.
This policy should be used in a QResourceManager when multiple threads may access the manager for
read and write operations at the same time.