diff --git a/src/SharpCompress/IO/SharpCompressStream.cs b/src/SharpCompress/IO/SharpCompressStream.cs index bcc36318..b47b7031 100644 --- a/src/SharpCompress/IO/SharpCompressStream.cs +++ b/src/SharpCompress/IO/SharpCompressStream.cs @@ -30,7 +30,7 @@ internal partial class SharpCompressStream : Stream, IStreamStack internal bool IsPassthrough => _isPassthrough; /// - /// Gets or sets whether to leave the underlying stream open when disposed. + /// Gets whether to leave the underlying stream open when disposed. /// public virtual bool LeaveStreamOpen { get; }