From 83331b8f8e691806975c60e550ef9f319178cc62 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:41:12 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCObject.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCObject.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCObject.cs b/Storage/Storage/Public/LCObject.cs index 1883022..f6d6f7b 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -418,7 +418,7 @@ namespace LeanCloud.Storage { } /// - /// Deletes this object on the server. + /// Deletes this object in the cloud. /// /// public async Task Delete() {