Skip to content

Commit ef17a01

Browse files
OskarStarkToflar
andauthored
Update components/lock.rst
Co-Authored-By: Toflar <[email protected]>
1 parent 3bf6329 commit ef17a01

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
@@ -162,7 +162,7 @@ a lock, you can use the ``isAcquired()`` method::
162162
}
163163

164164

165-
[1] Technically, the true owners of the lock are the ones that share the same instance of ``Key``,
165+
.. [1] Technically, the true owners of the lock are the ones that share the same instance of ``Key``,
166166
not ``Lock``. But from a user perspective, ``Key`` is internal and you will likely only be working
167167
with the ``Lock`` instance so it's easier to think of the ``Lock`` instance as being the one that
168168
is the owner of the lock.

0 commit comments

Comments
 (0)