Skip to content

Commit a0bd61e

Browse files
Fix code block syntax
1 parent bff4f58 commit a0bd61e

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
@@ -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)