Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc0c51a

Browse files
committed
minor symfony#10375 [Lock] Fix typo (IndraGunawan)
This PR was merged into the master branch. Discussion ---------- [Lock] Fix typo Commits ------- 79a29c8 Fix typo
2 parents ae20f9d + 79a29c8 commit bc0c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Remote Stores
361361
~~~~~~~~~~~~~
362362

363363
Remote stores (:ref:`MemcachedStore <lock-store-memcached>`,
364-
:ref:`PdoStore <lock-store-pdo>`, :ref:`RedisStore <lock-store-redis>`) and
364+
:ref:`PdoStore <lock-store-pdo>`, :ref:`RedisStore <lock-store-redis>`, and
365365
:ref:`ZookeeperStore <lock-store-zookeeper>`) use a unique token to recognize
366366
the true owner of the lock. This token is stored in the
367367
:class:`Symfony\\Component\\Lock\\Key` object and is used internally by

0 commit comments

Comments
 (0)