Update Storage/Storage/Public/LCACL.cs

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

View File

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