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.