Update Storage/Storage/Public/LCCloud.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 14:24:57 +08:00 committed by GitHub
parent 1b750f4e93
commit 83f8a60634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ using LeanCloud.Storage.Internal.Object;
namespace LeanCloud.Storage {
/// <summary>
/// LCCloud contains static functions that call the cloud functions of Engine
/// in LeanCloud.
/// LCCloud contains static functions that call LeanEngine cloud functions.
/// </summary>
public static class LCCloud {
private const string PRODUCTION_KEY = "X-LC-Prod";