Update Storage/Storage/Public/LCFile.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:25:36 +08:00 committed by GitHub
parent 459aba9b9a
commit 3dafa24874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using LeanCloud.Storage.Internal.Object;
namespace LeanCloud.Storage {
/// <summary>
/// LCFile is a local representation of a file that is saved to LeanCloud.
/// LCFile is a local representation of a LeanCloud file.
/// </summary>
public class LCFile : LCObject {
public const string CLASS_NAME = "_File";