Skip to content

Commit dc05ee5

Browse files
committed
Merge branch '4.4'
* 4.4: Update lock.rst
2 parents 9368964 + c62eb22 commit dc05ee5

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
@@ -434,7 +434,7 @@ the task takes longer to be accomplished, then the lock can be released by the
434434
store and acquired by someone else.
435435

436436
The ``Lock`` provides several methods to check its health. The ``isExpired()``
437-
method checks whether or not it lifetime is over and the ``getRemainingLifetime()``
437+
method checks whether or not its lifetime is over and the ``getRemainingLifetime()``
438438
method returns its time to live in seconds.
439439

440440
Using the above methods, a more robust code would be::

0 commit comments

Comments
 (0)