Update Storage/Storage/Public/LCACL.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:20:35 +08:00 committed by GitHub
parent e6a50459c7
commit 6949af5f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace LeanCloud.Storage {
/// <summary>
/// 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.
/// </summary>
public class LCACL {
const string PublicKey = "*";