Skip to content

Commit 7a7ac9b

Browse files
authored
Update lock.rst
1 parent 8f52a21 commit 7a7ac9b

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
@@ -356,7 +356,7 @@ accomplished, then the lock can be released by the store and acquired by
356356
someone else.
357357

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

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

0 commit comments

Comments
 (0)