diff --git a/src/SharpCompress/Common/Entry.cs b/src/SharpCompress/Common/Entry.cs index 7855b217..b5f58055 100644 --- a/src/SharpCompress/Common/Entry.cs +++ b/src/SharpCompress/Common/Entry.cs @@ -56,7 +56,7 @@ namespace SharpCompress.Common public abstract bool IsEncrypted { get; } /// - /// Entry is password protected and encrypted and cannot be extracted. + /// Entry is directory. /// public abstract bool IsDirectory { get; } @@ -83,4 +83,4 @@ namespace SharpCompress.Common /// public virtual int? Attrib => throw new NotImplementedException(); } -} \ No newline at end of file +}