From 1b750f4e931b87c5f506055cf405b4c8b5d032c8 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:24:05 +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 1d5e2e4..16646f9 100644 --- a/Storage/Storage/Public/LCACL.cs +++ b/Storage/Storage/Public/LCACL.cs @@ -191,7 +191,7 @@ namespace LeanCloud.Storage { } /// - /// Get whether the given role are allowed to write this object. + /// Detects whether the given role are allowed to write this object. /// /// The role to check. ///