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) {