Skip to content

Commit dd0ec96

Browse files
committed
minor #12434 Update lock.rst (atailouloute)
This PR was merged into the 3.4 branch. Discussion ---------- Update lock.rst Commits ------- 7a7ac9b Update lock.rst
2 parents 8f52a21 + 7a7ac9b commit dd0ec96

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)