[Modify] Edit it

This commit is contained in:
sta 2019-11-27 21:13:54 +09:00
parent 50084de4b0
commit 7891e1fa6d

View File

@ -198,14 +198,14 @@ namespace WebSocketSharp.Net
/// body.
/// </para>
/// <para>
/// It is used for the value of the Content-Type entity-header.
/// It is used for the value of the Content-Type header.
/// </para>
/// <para>
/// <see langword="null"/> if no media type is specified.
/// </para>
/// </value>
/// <exception cref="ArgumentException">
/// The value specified for a set operation is empty.
/// The value specified for a set operation is an empty string.
/// </exception>
/// <exception cref="ObjectDisposedException">
/// This instance is closed.