docs: typo

Jang Rush 2020-07-28 18:40:30 +08:00
parent fb7d0481b1
commit d742955677
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ namespace LeanCloud.Realtime {
} }
/// <summary> /// <summary>
/// Mutes members of this conversatino. /// Mutes members of this conversation.
/// </summary> /// </summary>
/// <param name="clientIds">Member list.</param> /// <param name="clientIds">Member list.</param>
/// <returns></returns> /// <returns></returns>
@ -313,7 +313,7 @@ namespace LeanCloud.Realtime {
} }
/// <summary> /// <summary>
/// Unmutes members of this conversatino. /// Unmutes members of this conversation.
/// </summary> /// </summary>
/// <param name="clientIdList">Member list.</param> /// <param name="clientIdList">Member list.</param>
/// <returns></returns> /// <returns></returns>