From f45f1f21aa31720452f3d2ccb3858e30978fab61 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:39:50 +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 2ef9359..61be51c 100644 --- a/Storage/Storage/Public/LCObject.cs +++ b/Storage/Storage/Public/LCObject.cs @@ -136,7 +136,7 @@ namespace LeanCloud.Storage { /// /// Gets or sets a value on the object. It is forbidden to name keys - /// with '_'. + /// with a leading underscore ('_'). /// /// The value for key. ///