Skip to content

Commit 097a4e6

Browse files
committed
Minor fix
1 parent e373890 commit 097a4e6

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
@@ -186,7 +186,7 @@ above), it is possible for an instance to lose the lock it acquired automaticall
186186
.. caution::
187187

188188
A common pitfall might be to use the ``isAcquired()`` method to check if
189-
a lock has already been acquired by any process. As we can see in this example
189+
a lock has already been acquired by any process. As you can see in this example
190190
you have to use ``acquire()`` for this. The ``isAcquired()`` method is used to check
191191
if the lock has been acquired by the **current process** only!
192192

0 commit comments

Comments
 (0)