From 240468f968446a170b9a13ed305b39e95fbeb99b Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Thu, 5 Feb 2026 09:30:36 +0000 Subject: [PATCH] Update src/SharpCompress/IO/SharpCompressStream.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/SharpCompress/IO/SharpCompressStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }