Skip to content

Commit f1c443e

Browse files
committed
bug #12751 Fix typo PersistStoreInterface to PersistingStoreInterface (JohJohan)
This PR was merged into the 4.4 branch. Discussion ---------- Fix typo PersistStoreInterface to PersistingStoreInterface <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 74ad034 Update lock.rst
2 parents 7ef72fe + 74ad034 commit f1c443e

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)