chore: spell wrong

oneRain 2020-12-14 12:07:35 +08:00
parent 0f065126fc
commit e70a231855
2 changed files with 1 additions and 5 deletions

View File

@ -37,8 +37,6 @@ namespace LeanCloud.Realtime {
get; private set;
}
#region 事件
#region 连接状态事件
/// <summary>
@ -219,8 +217,6 @@ namespace LeanCloud.Realtime {
#endregion
#endregion
internal ILCIMSignatureFactory SignatureFactory {
get; private set;
}

View File

@ -5,7 +5,7 @@ namespace LeanCloud.Realtime {
/// The priority for sending messages in chatroom.
/// </summary>
public enum LCIMMessagePriority {
Hight = 1,
High = 1,
Normal = 2,
Low = 3
}