From 68cc975c5f6600793bd2345dc5223c0a12dbcccb Mon Sep 17 00:00:00 2001 From: oneRain Date: Wed, 21 Apr 2021 14:19:57 +0800 Subject: [PATCH] Update Storage/Storage.Unity/Public/LCApplication.cs Co-authored-by: Jang Rush --- Storage/Storage.Unity/Public/LCApplication.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;