Close bracket in documentation.
authorStephen Kelly <stephen.kelly@kdab.com>
Mon, 2 Jan 2012 14:14:48 +0000 (15:14 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Jan 2012 17:19:36 +0000 (18:19 +0100)
Change-Id: Iabc7c6a9f5554450e766dc63f518595871a3abb7
Reviewed-by: Richard J. Moore <rich@kde.org>
src/corelib/thread/qreadwritelock.cpp

index b3f7915..5ae672b 100644 (file)
@@ -506,7 +506,7 @@ void QReadWriteLock::unlock()
 
     \ingroup thread
 
-    The purpose of QWriteLocker (and QReadLocker is to simplify
+    The purpose of QWriteLocker (and QReadLocker) is to simplify
     QReadWriteLock locking and unlocking. Locking and unlocking
     statements or in exception handling code is error-prone and
     difficult to debug. QWriteLocker can be used in such situations