Skip to content

Commit 74ad034

Browse files
authored
Update lock.rst
1 parent 7ef72fe commit 74ad034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/lock.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Available Stores
215215
----------------
216216

217217
Locks are created and managed in ``Stores``, which are classes that implement
218-
:class:`Symfony\\Component\\Lock\\PersistStoreInterface` and, optionally,
218+
:class:`Symfony\\Component\\Lock\\PersistingStoreInterface` and, optionally,
219219
:class:`Symfony\\Component\\Lock\\BlockingStoreInterface`.
220220

221221
The component includes the following built-in store types:
@@ -233,7 +233,7 @@ Store Scope Blocking Expiring
233233

234234
.. versionadded:: 4.4
235235

236-
The ``PersistStoreInterface`` and ``BlockingStoreInterface`` interfaces were
236+
The ``PersistingStoreInterface`` and ``BlockingStoreInterface`` interfaces were
237237
introduced in Symfony 4.4. In previous versions there was only one interface
238238
called ``Symfony\Component\Lock\StoreInterface``.
239239

0 commit comments

Comments
 (0)