diff --git a/Storage/Storage/Public/LCFile.cs b/Storage/Storage/Public/LCFile.cs index 94607d6..6b8ea25 100644 --- a/Storage/Storage/Public/LCFile.cs +++ b/Storage/Storage/Public/LCFile.cs @@ -8,7 +8,7 @@ using LeanCloud.Storage.Internal.Object; namespace LeanCloud.Storage { /// - /// LCFile is a local representation of a file that is saved to LeanCloud. + /// LCFile is a local representation of a LeanCloud file. /// public class LCFile : LCObject { public const string CLASS_NAME = "_File";