[Modify] Edit it

This commit is contained in:
sta 2020-08-05 20:21:46 +09:00
parent 21f5b87c88
commit b6dc1339be

View File

@ -220,8 +220,8 @@ namespace WebSocketSharp.Net
/// </summary>
BadRequest = 400,
/// <summary>
/// Equivalent to status code 401.
/// Indicates that the client's request requires user authentication.
/// Equivalent to status code 401. Indicates that the client's request
/// requires user authentication.
/// </summary>
Unauthorized = 401,
/// <summary>