From 3dafa2487410687710f084bd9f6f92dad2f31ef1 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:25:36 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCFile.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";