Skip to content

Commit

Permalink
typo fix (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
littlespex committed Nov 7, 2023
1 parent 8b70979 commit 06e6070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -1317,7 +1317,7 @@ new SuppressedError(
### Interoperation and Customization
The `DisposableStack` and `AsyncDisposableStack` classes also provid the ability to create a disposable resource from a
The `DisposableStack` and `AsyncDisposableStack` classes also provide the ability to create a disposable resource from a
simple callback. This callback will be executed when the stack's disposal method is executed.
The ability to create a disposable resource from a callback has several benefits:
Expand Down

0 comments on commit 06e6070

Please sign in to comment.