From a8a614545d5860965af6efbf6466db7931648d58 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:38:28 +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 e7e614d..d3ed282 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -83,7 +83,7 @@ namespace LeanCloud.Storage { /// /// Constructs a new LCObject with no data in it. A LCObject constructed - /// in this way will not have an ObjectedId and will not persist to database + /// in this way will not have an ObjectedId and will not persist in the cloud /// until is called. /// /// The className for the LCObject.