From 2a3c2d811bf1a19df082356789a56e99a5e83481 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:22:46 +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 f05a975..383e60d 100644 --- a/Storage/Storage/Public/LCACL.cs +++ b/Storage/Storage/Public/LCACL.cs @@ -111,7 +111,7 @@ namespace LeanCloud.Storage { } /// - /// Gets whether the given user is *explicitly* allowed to read this + /// Detects whether the given user is *explicitly* allowed to read this /// object. Even if this returns false, the user may still be able to read /// it if is true or a role that the user /// belongs to has read access.