Skip to content

Commit

Permalink
Fix: Linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 1, 2022
1 parent ce162c6 commit 9a7bb8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ method can be safely called repeatedly, even if the lock is already acquired.
Serializing Locks
------------------

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

Expand Down

0 comments on commit 9a7bb8c

Please sign in to comment.