Fix comment

This commit is contained in:
Juang, Yi-Lin
2018-06-08 11:27:43 +08:00
committed by GitHub
parent f9bd7ebdb0
commit 87fbb45099

View File

@@ -56,7 +56,7 @@ namespace SharpCompress.Common
public abstract bool IsEncrypted { get; }
/// <summary>
/// Entry is password protected and encrypted and cannot be extracted.
/// Entry is directory.
/// </summary>
public abstract bool IsDirectory { get; }
@@ -83,4 +83,4 @@ namespace SharpCompress.Common
/// </summary>
public virtual int? Attrib => throw new NotImplementedException();
}
}
}