We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08fbf0 commit d243017Copy full SHA for d243017
components/lock.rst
@@ -221,7 +221,7 @@ but an exclusive lock is needed for writing or modifying data. They are used for
221
example for data structures that cannot be updated atomically and are invalid
222
until the update is complete.
223
224
-Use the :method:`Symfony\\Component\\Lock\\LockInterface::acquireRead` method
+Use the :method:`Symfony\\Component\\Lock\\SharedLockInterface::acquireRead` method
225
to acquire a read-only lock, and the existing
226
:method:`Symfony\\Component\\Lock\\LockInterface::acquire` method to acquire a
227
write lock::
0 commit comments