Skip to content

Commit

Permalink
Fix small typo in USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kikaragyozov authored Aug 29, 2024
1 parent 34d948d commit 6b01a7b
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 6b01a7b

Please sign in to comment.