Skip to content

Commit d7cd85d

Browse files
MrMitchjaviereguiluz
authored andcommitted
[lock] fix "time to leave" typo ("time to live")
This fixes a typo in one of the warnings about the TTL for expiring stores where TTL was expanded as *time to leave* instead of *time to live*
1 parent d55b431 commit d7cd85d

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
@@ -478,7 +478,7 @@ Using the above methods, a more robust code would be::
478478
.. caution::
479479

480480
Choose wisely the lifetime of the ``Lock`` and check whether its remaining
481-
time to leave is enough to perform the task.
481+
time to live is enough to perform the task.
482482

483483
.. caution::
484484

0 commit comments

Comments
 (0)