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