Merge remote-tracking branch 'origin/adam/cleanup' into adam/cleanup

This commit is contained in:
Adam Hathcock
2026-02-05 09:35:12 +00:00

View File

@@ -30,7 +30,7 @@ internal partial class SharpCompressStream : Stream, IStreamStack
internal bool IsPassthrough => _isPassthrough;
/// <summary>
/// Gets or sets whether to leave the underlying stream open when disposed.
/// Gets whether to leave the underlying stream open when disposed.
/// </summary>
public virtual bool LeaveStreamOpen { get; }