From 2770a596c1e7375458681f13a5f2db7b92c75969 Mon Sep 17 00:00:00 2001 From: Greg Hurrell <7074+wincent@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:10:21 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20("provid"=20=E2=86=92=20"p?= =?UTF-8?q?rovide")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7718d0d..beabeb0 100644 --- a/README.md +++ b/README.md @@ -1276,7 +1276,7 @@ These classes provided the following capabilities: ### Aggregation -The `DisposableStack` and `AsyncDisposableStack` classes provid the ability to aggregate multiple disposable resources +The `DisposableStack` and `AsyncDisposableStack` classes provide the ability to aggregate multiple disposable resources into a single container. When the `DisposableStack` container is disposed, each object in the container is also guaranteed to be disposed (barring early termination of the program). If any resource throws an error during dispose, it will be collected and rethrown after all resources are disposed. If there were multiple errors, they will be wrapped