Skip to content

Commit b868ff9

Browse files
authored
Update components/lock.rst
1 parent 7a42fc9 commit b868ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ will be released automatically as soon as one process finishes::
228228

229229

230230
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()``
231+
to false. That will make the Lock acquired for 3600 seconds or until ``Lock::release()``
232232
is called.
233233

234234
The Owner of The Lock

0 commit comments

Comments
 (0)