Update Storage/Storage/Public/LCACL.cs

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

View File

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