Skip to content

Commit c6b75cd

Browse files
committed
fix lock target pattern
1 parent a8ecd69 commit c6b75cd

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)