Skip to content

Commit bff4f58

Browse files
Fix code block syntax
1 parent 8fe4ce7 commit bff4f58

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
@@ -290,7 +290,7 @@ ZookeeperStore
290290
The ZookeeperStore saves locks on a Zookeeper server, it requires a Zookeeper
291291
connection implementing the ``\Zookeeper`` class. This store does not
292292
support blocking and expiration but the lock is automatically released when the
293-
PHP process is terminated
293+
PHP process is terminated::
294294

295295
use Symfony\Component\Lock\Store\ZookeeperStore;
296296

@@ -519,7 +519,7 @@ can be two running containers in parallel.
519519
ZookeeperStore
520520
~~~~~~~~~~
521521

522-
The way ZookeeperStore works is by maintaining locks in ephemeral nodes within PHP_LOCK_NODE on the server. That means that by using
522+
The way ZookeeperStore works is by maintaining locks in ephemeral nodes within `PHP_LOCK_NODE` on the server. That means that by using
523523
the :ref:`ZookeeperStore <lock-store-zookeeper>` the locks will be automatically released at the end of the session
524524
in case the client cannot unlock for any reason.
525525

0 commit comments

Comments
 (0)