diff --git a/src/SharpCompress/Readers/ReaderOptions.cs b/src/SharpCompress/Readers/ReaderOptions.cs index ed496101..4f6788c3 100644 --- a/src/SharpCompress/Readers/ReaderOptions.cs +++ b/src/SharpCompress/Readers/ReaderOptions.cs @@ -24,7 +24,7 @@ namespace SharpCompress.Readers; public sealed record ReaderOptions : IReaderOptions { /// - /// SharpCompress will keep the supplied streams open. + /// Whether SharpCompress leaves the supplied streams open when the reader/archive is disposed. /// Default is false as of v0.21: streams are closed when the archive/reader is disposed. /// Set to true when passing caller-owned streams that should not be disposed. ///