Update Storage/Storage/Public/LCObject.cs
Co-authored-by: Jang Rush <weakish@gmail.com>
parent
6f166a5fa3
commit
83331b8f8e
|
@ -418,7 +418,7 @@ namespace LeanCloud.Storage {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Deletes this object on the server.
|
/// Deletes this object in the cloud.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public async Task Delete() {
|
public async Task Delete() {
|
||||||
|
|
Loading…
Reference in New Issue