Skip to content

Commit bf930b4

Browse files
committed
minor #12649 Fix typo in lock.rst (kahric)
This PR was merged into the 4.3 branch. Discussion ---------- Fix typo in lock.rst `owned[1]_` => `owned` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap 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 `master` for features of unreleased versions). --> Commits ------- 5fa2f16 Fix typo in lock.rst
2 parents 285567d + 5fa2f16 commit bf930b4

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
@@ -164,7 +164,7 @@ object) and ``isExpired()`` (which returns a boolean).
164164
The Owner of The Lock
165165
---------------------
166166

167-
Locks that are acquired for the first time are owned[1]_ by the ``Lock`` instance that acquired
167+
Locks that are acquired for the first time are owned by the ``Lock`` instance that acquired
168168
it. If you need to check whether the current ``Lock`` instance is (still) the owner of
169169
a lock, you can use the ``isAcquired()`` method::
170170

0 commit comments

Comments
 (0)