Skip to content

Commit 9cfe6f5

Browse files
authored
Readme Spelling & grammer fixes
1 parent cb98350 commit 9cfe6f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The usage for both is identical, with only the import being different based on t
1515

1616
#### Locking Scopes (maps to the `@LockOwner` parameter of `sp_getapplock`):
1717
There are two scopes for Locks that are supported:
18-
- Session Scope (which requires expclit release; implimented as IDisposable)
19-
- Transaction Scope (which can be released, but will automatically be done when Transaction is Commited/Rolled-back/Closed).
18+
- Session Scope (requires expclit release; implemented as IDisposable/IAsyncDisposable to provide reliable release via C# `using` pattern)
19+
- Transaction Scope (can be optionally released, but will automatically be released by SqlServer when Transaction is Commited/Rolled-back/Closed).
2020

2121
#### Usage Notes:
2222
- The generally recommended approach is to use the *Transaction* scope because it is slightly safer (e.g. more resilient agains

0 commit comments

Comments
 (0)