8000 minor #14696 [Semaphore] Fix method name typo in tip (vstelmakh) · symfony/symfony-docs@91c6e58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91c6e58

Browse files
committed
minor #14696 [Semaphore] Fix method name typo in tip (vstelmakh)
This PR was merged into the 5.2 branch. Discussion ---------- [Semaphore] Fix method name typo in tip Changed `createLock` to `createSemaphore` in automatic release tip. Commits ------- 586503b fix method name typo in tip
2 parents 1e8b725 + 586503b commit 91c6e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/semaphore.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ already acquired.
7676
If you don't release the semaphore explicitly, it will be released
7777
automatically on instance destruction. In some cases, it can be useful to
7878
lock a resource across several requests. To disable the automatic release
79-
behavior, set the fifth argument of the ``createLock()`` method to ``false``.
79+
behavior, set the fifth argument of the ``createSemaphore()`` method to ``false``.
8080

8181
.. _`semaphores`: https://en.wikipedia.org/wiki/Semaphore_(programming)

0 commit comments

Comments
 (0)
0