Skip to content

Commit c62eb22

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Update lock.rst
2 parents d2c4d4a + be0cde5 commit c62eb22

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

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

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

0 commit comments

Comments
 (0)