From 87fbb45099a39c9942424033c11ddf537ea142a6 Mon Sep 17 00:00:00 2001 From: "Juang, Yi-Lin" Date: Fri, 8 Jun 2018 11:27:43 +0800 Subject: [PATCH] Fix comment --- src/SharpCompress/Common/Entry.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}