Update Storage/Storage/Public/LCObject.cs

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

View File

@ -83,7 +83,7 @@ namespace LeanCloud.Storage {
/// <summary> /// <summary>
/// Constructs a new LCObject with no data in it. A LCObject constructed /// Constructs a new LCObject with no data in it. A LCObject constructed
/// in this way will not have an ObjectedId and will not persist to database /// in this way will not have an ObjectedId and will not persist in the cloud
/// until <see cref="Save(bool, LCQuery{LCObject}))"/> is called. /// until <see cref="Save(bool, LCQuery{LCObject}))"/> is called.
/// </summary> /// </summary>
/// <param name="className">The className for the LCObject.</param> /// <param name="className">The className for the LCObject.</param>