Skip to content

Commit fbd0e63

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: fix lock target pattern
2 parents b65762d + bfd909f commit fbd0e63

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
@@ -315,7 +315,7 @@ For example, to inject the ``invoice`` package defined earlier::
315315

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

320320
For example, to select the ``invoice`` lock defined earlier::
321321

0 commit comments

Comments
 (0)