Skip to content

Commit 84cdff1

Browse files
committed
Fix docs
1 parent ea15e44 commit 84cdff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/qgsreadwritelocker.sip.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ QgsReadWriteLocker can be used in such situations to ensure that the state of th
2222
QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
2323
The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
2424
You can unlock and relock the lock with unlock() and changeMode().
25-
If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
25+
If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.
2626

2727
.. versionadded:: 3.4
2828
%End

src/core/qgsreadwritelocker.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* QgsReadWriteLocker should be created within a function where a QReadWriteLock needs to be locked.
3434
* The lock may be locked when QgsReadWriteLocker is created or when changeMode is called.
3535
* You can unlock and relock the lock with unlock() and changeMode().
36-
* If locked, the mutex will be unlocked when the QgsReadWriteLocker is destroyed.
36+
* If locked, the lock will be unlocked when the QgsReadWriteLocker is destroyed.
3737
*
3838
* \since QGIS 3.4
3939
*/

0 commit comments

Comments
 (0)