Skip to content

Commit be0cde5

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Update lock.rst
2 parents a99e5d8 + dd0ec96 commit be0cde5

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

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

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

0 commit comments

Comments
 (0)