From 99df5c00a61bd2223e68cbb0109b3b49fa9133c5 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:39:21 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCObject.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCObject.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Storage/Storage/Public/LCObject.cs b/Storage/Storage/Public/LCObject.cs index dc5b6cc..2ef9359 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -116,8 +116,7 @@ namespace LeanCloud.Storage { } /// - /// Creates a reference to an existing LCObject for use in creating - /// associations between LCObjects. + /// Creates a new LCObject. /// /// The className for the LCObject. ///