We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf6329 commit ef17a01Copy full SHA for ef17a01
components/lock.rst
@@ -162,7 +162,7 @@ a lock, you can use the ``isAcquired()`` method::
162
}
163
164
165
- [1] Technically, the true owners of the lock are the ones that share the same instance of ``Key``,
+.. [1] Technically, the true owners of the lock are the ones that share the same instance of ``Key``,
166
not ``Lock``. But from a user perspective, ``Key`` is internal and you will likely only be working
167
with the ``Lock`` instance so it's easier to think of the ``Lock`` instance as being the one that
168
is the owner of the lock.
0 commit comments