Skip to content

Commit 5c77c0b

Browse files
authored
Fix example code block for lock component
1 parent 5a5451b commit 5c77c0b

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
@@ -106,7 +106,7 @@ can be created, pass ``true`` as the argument of the ``acquire()`` method. This
106106
is called a **blocking lock** because the execution of your application stops
107107
until the lock is acquired.
108108

109-
Some of the built-in ``Store`` classes support this feature.
109+
Some of the built-in ``Store`` classes support this feature::
110110

111111
use Symfony\Component\Lock\LockFactory;
112112
use Symfony\Component\Lock\Store\RedisStore;

0 commit comments

Comments
 (0)