Skip to content

Commit 4245a33

Browse files
committed
Minor Change
1 parent 9c2b1ba commit 4245a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/examples/reentrant-lock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ lock.unlock(); // State Refinement Error
3737
The external refinement enforces the expected protocol: `lock()` is only allowed when the object is `unlocked()`, and `unlock()` is only allowed when it is `locked()`.
3838

3939
{: .note }
40-
This refinement models lock state for a single thread only. It does not account for concurrent access across multiple threads, so the protocol should be understood as valid only in single-threaded usage.
40+
This specification models lock state for a single thread only. It does not account for concurrent access across multiple threads.

0 commit comments

Comments
 (0)