[Modify] Edit it

This commit is contained in:
sta 2019-12-23 22:28:11 +09:00
parent a568bece87
commit f9e37388f8

View File

@ -977,8 +977,8 @@ namespace WebSocketSharp.Net
/// 302, and the <see cref="StatusDescription"/> property to "Found". /// 302, and the <see cref="StatusDescription"/> property to "Found".
/// </remarks> /// </remarks>
/// <param name="url"> /// <param name="url">
/// A <see cref="string"/> that represents the URL to which the client is /// A <see cref="string"/> that represents the absolute URL to which
/// redirected to locate a requested resource. /// the client is redirected to locate a requested resource.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="url"/> is <see langword="null"/>. /// <paramref name="url"/> is <see langword="null"/>.