diff --git a/src/SharpCompress/Archives/IWritableArchive.cs b/src/SharpCompress/Archives/IWritableArchive.cs index 0d17a937..10bd77e9 100644 --- a/src/SharpCompress/Archives/IWritableArchive.cs +++ b/src/SharpCompress/Archives/IWritableArchive.cs @@ -12,7 +12,7 @@ public interface IWritableArchiveCommon /// /// Use this to pause entry rebuilding when adding large collections of entries. Dispose when complete. A using statement is recommended. /// - /// IDisposeable to resume entry rebuilding + /// IDisposable to resume entry rebuilding IDisposable PauseEntryRebuilding(); }