Skip to content

Fix typo PersistStoreInterface to PersistingStoreInterface #12751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ Available Stores
----------------

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

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

.. versionadded:: 4.4

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

Expand Down