8000 minor #14321 [Lock] fix "time to leave" typo ("time to live") (MrMitch) · symfony/symfony-docs@57926a0 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 57926a0

Browse files
committed
minor #14321 [Lock] fix "time to leave" typo ("time to live") (MrMitch)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- [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*. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- d7cd85d [lock] fix "time to leave" typo ("time to live")
2 parents d55b431 + d7cd85d commit 57926a0

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)
0