From e97da0ab559adf84dd0b35682d2dc89738401214 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:23:27 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCACL.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCACL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCACL.cs b/Storage/Storage/Public/LCACL.cs index 410e9ca..1d5e2e4 100644 --- a/Storage/Storage/Public/LCACL.cs +++ b/Storage/Storage/Public/LCACL.cs @@ -165,7 +165,7 @@ namespace LeanCloud.Storage { } /// - /// Get whether the given role are allowed to read this object. + /// Detects whether the given role are allowed to read this object. /// /// The role to check. ///