From e6a50459c7014515a9c650ae3c7d1362bb7b3684 Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:20:15 +0800 Subject: [PATCH] Update Storage/Storage.Unity/Public/LCApplication.cs Co-authored-by: Jang Rush --- Storage/Storage.Unity/Public/LCApplication.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Storage/Storage.Unity/Public/LCApplication.cs b/Storage/Storage.Unity/Public/LCApplication.cs index ce1cdfa..28b390d 100644 --- a/Storage/Storage.Unity/Public/LCApplication.cs +++ b/Storage/Storage.Unity/Public/LCApplication.cs @@ -24,7 +24,7 @@ namespace LeanCloud { /// /// The application id provided in LeanCloud dashboard. /// The application key provided in LeanCloud dashboard. - /// The server url bound by yourself. + /// The server url, typically consist of your own domain. /// The application master key provided in LeanCloud dashboard. public static void Initialize(string appId, string appKey,