From 459aba9b9ad8e881d811c28e6bb76bb0f437ee5c Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:25:17 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCCloud.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCCloud.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage/Public/LCCloud.cs b/Storage/Storage/Public/LCCloud.cs index b91c1ed..3fbe1ba 100644 --- a/Storage/Storage/Public/LCCloud.cs +++ b/Storage/Storage/Public/LCCloud.cs @@ -42,7 +42,7 @@ namespace LeanCloud.Storage { /// /// The type of return value. /// Cloud function name. - /// Parameters of cloud function. + /// Parameters of the cloud function. /// public static async Task Run(string name, Dictionary parameters = null) {