[Modify] Edit it

This commit is contained in:
sta 2020-08-06 21:22:01 +09:00
parent 0178572122
commit 3b1509fcb4

View File

@ -230,8 +230,8 @@ namespace WebSocketSharp.Net
/// </summary>
PaymentRequired = 402,
/// <summary>
/// Equivalent to status code 403.
/// Indicates that the server understood the client's request but is refusing to fulfill it.
/// Equivalent to status code 403. Indicates that the server understood
/// the client's request but is refusing to fulfill it.
/// </summary>
Forbidden = 403,
/// <summary>