Skip to content

Commit add7d16

Browse files
committed
Fix missing $
1 parent 1c4f600 commit add7d16

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)