[Modify] Edit it

This commit is contained in:
sta 2020-08-03 20:42:35 +09:00
parent 3707fa8ba3
commit 22684a5e58

View File

@ -95,8 +95,8 @@ namespace WebSocketSharp.Net
PartialContent = 206, PartialContent = 206,
/// <summary> /// <summary>
/// <para> /// <para>
/// Equivalent to status code 300. /// Equivalent to status code 300. Indicates that the requested resource
/// Indicates that the requested resource corresponds to any of multiple representations. /// corresponds to any of multiple representations.
/// </para> /// </para>
/// <para> /// <para>
/// MultipleChoices is a synonym for Ambiguous. /// MultipleChoices is a synonym for Ambiguous.