[Modify] Edit it

This commit is contained in:
sta 2016-12-14 16:44:06 +09:00
parent b21cb164de
commit 5341fc5ff7

View File

@ -2695,7 +2695,7 @@ namespace WebSocketSharp
/// </returns> /// </returns>
/// <param name="message"> /// <param name="message">
/// A <see cref="string"/> that represents the message to send. /// A <see cref="string"/> that represents the message to send.
/// Its size must be 125 bytes or less in UTF-8. /// The size must be 125 bytes or less in UTF-8.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="message"/> is <see langword="null"/>. /// <paramref name="message"/> is <see langword="null"/>.