Skip to content

Commit 4138305

Browse files
authored
Update README.md
1 parent d04394d commit 4138305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ using CancellationTokenSource cts = new CancellationTokenSource(TimeSpan.FromSec
3131
//acquire writer lock
3232
using var d2 = await asyncLock.WriterLockAsync("123", cts.Token);
3333

34-
//use writer lock scope to break long running reader lock
34+
//use writer lock scope to interrupt long running reader lock
3535
using (ReaderReleaser r1 = await asyncLock.ReaderLockAsync())
3636
{
3737
//use reader lock

0 commit comments

Comments
 (0)