Skip to content

Commit bfd909f

Browse files
committed
minor #21567 [Lock] fix lock target pattern (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Lock] fix lock target pattern Commits ------- c6b75cd fix lock target pattern
2 parents d15081e + c6b75cd commit bfd909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ For example, to inject the ``invoice`` package defined earlier::
308308

309309
When :ref:`dealing with multiple implementations of the same type <autowiring-multiple-implementations-same-type>`
310310
the ``#[Target]`` attribute helps you select which one to inject. Symfony creates
311-
a target called ``lock.`` + "asset package name" + ``.factory``.
311+
a target called ``lock.`` + "lock name" + ``.factory``.
312312

313313
For example, to select the ``invoice`` lock defined earlier::
314314

0 commit comments

Comments
 (0)