Skip to content

Commit 2558f61

Browse files
[Lock] Add classes's link
Add link to Link and Key classes
1 parent f4202ee commit 2558f61

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
@@ -77,7 +77,7 @@ method can be safely called repeatedly, even if the lock is already acquired.
7777
Serializing Locks
7878
------------------
7979

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

0 commit comments

Comments
 (0)