From 01fd804cdc64c372191ff1db24fa69f45fbbd1fc Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:22:14 +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 3a1182d..c1a23bd 100644 --- a/Storage/Storage/Public/LCACL.cs +++ b/Storage/Storage/Public/LCACL.cs @@ -58,7 +58,7 @@ namespace LeanCloud.Storage { } /// - /// Gets whether the given user id is *explicitly* allowed to read this + /// Detects whether the given user id 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.