From b149a8b5a47e8bc93eaf02df052e261f0b8c237a Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:40:17 +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 61be51c..623af16 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -138,7 +138,7 @@ namespace LeanCloud.Storage { /// Gets or sets a value on the object. It is forbidden to name keys /// with a leading underscore ('_'). /// - /// The value for key. + /// The name of a key. /// public object this[string key] { get {