From 83f8a60634fbedea9d31bdd679137a7237c84705 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:24:57 +0800 Subject: [PATCH] Update Storage/Storage/Public/LCCloud.cs Co-authored-by: Jang Rush --- Storage/Storage/Public/LCCloud.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Storage/Storage/Public/LCCloud.cs b/Storage/Storage/Public/LCCloud.cs index 91d671e..b91c1ed 100644 --- a/Storage/Storage/Public/LCCloud.cs +++ b/Storage/Storage/Public/LCCloud.cs @@ -6,8 +6,7 @@ using LeanCloud.Storage.Internal.Object; namespace LeanCloud.Storage { /// - /// LCCloud contains static functions that call the cloud functions of Engine - /// in LeanCloud. + /// LCCloud contains static functions that call LeanEngine cloud functions. /// public static class LCCloud { private const string PRODUCTION_KEY = "X-LC-Prod";