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 = "*";