Skip to content

Commit 9a7bb8c

Browse files
committed
Fix: Linebreak
1 parent ce162c6 commit 9a7bb8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/lock.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ method can be safely called repeatedly, even if the lock is already acquired.
7777
Serializing Locks
7878
------------------
7979

80-
The :class:`Symfony\\Component\\Lock\\Key` contains the state of the :class:`Symfony\\Component\\Lock\\Lock` and can be serialized. This
80+
The :class:`Symfony\\Component\\Lock\\Key` contains the state of the
81+
:class:`Symfony\\Component\\Lock\\Lock` and can be serialized. This
8182
allows the user to begin a long job in a process by acquiring the lock, and
8283
continue the job in another process using the same lock::
8384

0 commit comments

Comments
 (0)