Update Storage/Storage/Public/LCStatusQuery.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
a821c71cb9
commit
5d32995b09
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue