Update Storage/Storage/Public/LCObject.cs

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

View File

@ -453,7 +453,7 @@ namespace LeanCloud.Storage {
} }
/// <summary> /// <summary>
/// Fetches this object from server. /// Fetches this object from the cloud.
/// </summary> /// </summary>
/// <param name="keys">The keys for fetching.</param> /// <param name="keys">The keys for fetching.</param>
/// <param name="includes">The include keys for fetching.</param> /// <param name="includes">The include keys for fetching.</param>