We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a42fc9 commit b868ff9Copy full SHA for b868ff9
components/lock.rst
@@ -228,7 +228,7 @@ will be released automatically as soon as one process finishes::
228
229
230
To disable this behavior, one needs to set the 3rd argument to the ``LockFactory::createLock()``
231
-to false. That will make the Lock acquired for 3600 seconds or until ``Lock::released()``
+to false. That will make the Lock acquired for 3600 seconds or until ``Lock::release()``
232
is called.
233
234
The Owner of The Lock
0 commit comments