Skip to content

Commit adb9be7

Browse files
committed
minor #16822 [Lock] Fix example code block for lock component (pierredup)
This PR was merged into the 6.0 branch. Discussion ---------- [Lock] Fix example code block for lock component Commits ------- 5c77c0b Fix example code block for lock component
2 parents 5a5451b + 5c77c0b commit adb9be7

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)