[Modify] Edit it

This commit is contained in:
sta 2020-08-03 20:41:10 +09:00
parent 1dcce544bc
commit 3707fa8ba3

View File

@ -89,8 +89,8 @@ namespace WebSocketSharp.Net
/// </summary>
ResetContent = 205,
/// <summary>
/// Equivalent to status code 206.
/// Indicates that the server has fulfilled the partial GET request for the resource.
/// Equivalent to status code 206. Indicates that the server has fulfilled
/// the partial GET request for the resource.
/// </summary>
PartialContent = 206,
/// <summary>