8000 Fix missing `$` · symfony/symfony-docs@31280b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31280b9

Browse files
committed
Fix missing $
1 parent 9d8e841 commit 31280b9

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
@@ -273,7 +273,7 @@ type-hinting it with :class:`Symfony\\Component\\Lock\\LockInterface`.
273273
Symfony also provide a corresponding factory and store following the same rules
274274
(e.g. ``invoice`` generates a ``lock.invoice.factory`` and
275275
``lock.invoice.store``, both can be injected automatically by naming
276-
respectively ``$invoiceLockFactory`` and ``invoiceLockStore`` and type-hinted
276+
respectively ``$invoiceLockFactory`` and ``$invoiceLockStore`` and type-hinted
277277
with :class:`Symfony\\Component\\Lock\\LockFactory` and
278278
:class:`Symfony\\Component\\Lock\\PersistingStoreInterface`)
279279

0 commit comments

Comments
 (0)
0