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,