Update Storage/Storage/Public/LCACL.cs

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

View File

@ -85,7 +85,7 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Gets whether the given user id is *explicitly* allowed to write this
/// Detects whether the given user id is *explicitly* allowed to write this
/// object. Even if this returns false, the user may still be able to write
/// it if <see cref="PublicWriteAccess"/> is true or a role that the user
/// belongs to has read access.