Skip to content

Commit 5fa2f16

Browse files
authored
Fix typo in lock.rst
`owned[1]_` => `owned`
1 parent 99ac313 commit 5fa2f16

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)