[Modify] Edit it

This commit is contained in:
sta 2020-08-04 20:00:12 +09:00
parent abb575f257
commit 0faa337177

View File

@ -147,8 +147,8 @@ namespace WebSocketSharp.Net
Found = 302, Found = 302,
/// <summary> /// <summary>
/// <para> /// <para>
/// Equivalent to status code 302. /// Equivalent to status code 302. Indicates that the requested resource
/// Indicates that the requested resource is located temporarily under a different URI. /// is located temporarily under a different URI.
/// </para> /// </para>
/// <para> /// <para>
/// Redirect is a synonym for Found. /// Redirect is a synonym for Found.