From 6949af5f75d6a363d88f7ea90c8a7c6be89e2ea0 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:20:35 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCACL.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCACL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCACL.cs b/Storage/Storage/Public/LCACL.cs index f504294..ea401b9 100644 --- a/Storage/Storage/Public/LCACL.cs +++ b/Storage/Storage/Public/LCACL.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; namespace LeanCloud.Storage { /// /// LCACL is used to control which users and roles can access or modify - /// a particular object. Each LCObject can have its own LCObject. + /// a particular object. Each LCObject can have its own LCACL. /// public class LCACL { const string PublicKey = "*";