[Modify] Edit it

This commit is contained in:
sta 2020-08-08 22:36:03 +09:00
parent 77632bb5f3
commit cbbdcaaa09

View File

@ -310,9 +310,9 @@ namespace WebSocketSharp.Net
/// </summary>
ExpectationFailed = 417,
/// <summary>
/// Equivalent to status code 500.
/// Indicates that the server encountered an unexpected condition which prevented it from
/// fulfilling the client's request.
/// Equivalent to status code 500. Indicates that the server encountered
/// an unexpected condition which prevented it from fulfilling the client's
/// request.
/// </summary>
InternalServerError = 500,
/// <summary>