Skip to content

Commit ce162c6

Browse files
committed
minor symfony#17164 [Lock] Add classes's link (mohamedGasmii)
This PR was merged into the 4.4 branch. Discussion ---------- [Lock] Add classes's link Add link to Link and Key classes <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 2558f61 [Lock] Add classes's link
2 parents 1fce371 + 2558f61 commit ce162c6

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)