Skip to content

Commit

Permalink
Merge pull request #868 from kikaragyozov/patch-1
Browse files Browse the repository at this point in the history
Fix small typo in USAGE.md
  • Loading branch information
adamhathcock authored Sep 2, 2024
2 parents 34d948d + 6b01a7b commit 1e30034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To deal with the "correct" rules as well as the expectations of users, I've deci

To be explicit though, consider always using the overloads that use `ReaderOptions` or `WriterOptions` and explicitly set `LeaveStreamOpen` the way you want.

If using Compression Stream classes directly and you don't want the wrapped stream to be closed. Use the `NonDisposingStream` as a wrapped to prevent the stream being disposed. The change in 0.21 simplified a lot even though the usage is a bit more convoluted.
If using Compression Stream classes directly and you don't want the wrapped stream to be closed. Use the `NonDisposingStream` as a wrapper to prevent the stream being disposed. The change in 0.21 simplified a lot even though the usage is a bit more convoluted.

## Samples

Expand Down

0 comments on commit 1e30034

Please sign in to comment.