diff --git a/Storage/Storage.Unity/Public/LCApplication.cs b/Storage/Storage.Unity/Public/LCApplication.cs index 152a004..ce1cdfa 100644 --- a/Storage/Storage.Unity/Public/LCApplication.cs +++ b/Storage/Storage.Unity/Public/LCApplication.cs @@ -9,8 +9,8 @@ namespace LeanCloud { /// public class LCApplication { /// - /// Whether or not ths SDK using master key. - /// Default is false. + /// Uses the master key or not. + /// The default is false. /// public static bool UseMasterKey { get => LCCore.UseMasterKey;