Update Storage/Storage/Public/LCStatusQuery.cs

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

View File

@ -45,7 +45,7 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Retrieves a list of LCStatus that satisfy the query from Server.
/// Retrieves a list of LCStatus that satisfy the query from the cloud.
/// </summary>
/// <returns></returns>
public new async Task<ReadOnlyCollection<LCStatus>> Find() {