Update Storage/Storage/Public/LCObject.cs

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

View File

@ -367,7 +367,7 @@ namespace LeanCloud.Storage {
} }
/// <summary> /// <summary>
/// Saves this object to the server. /// Saves this object to the cloud.
/// </summary> /// </summary>
/// <param name="fetchWhenSave">Whether or not fetch data when saved.</param> /// <param name="fetchWhenSave">Whether or not fetch data when saved.</param>
/// <param name="query">The condition for saving.</param> /// <param name="query">The condition for saving.</param>