Update Storage/Storage/Public/LCACL.cs

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

View File

@ -165,7 +165,7 @@ namespace LeanCloud.Storage {
}
/// <summary>
/// Get whether the given role are allowed to read this object.
/// Detects whether the given role are allowed to read this object.
/// </summary>
/// <param name="role">The role to check.</param>
/// <returns></returns>