[Modify] Edit it

This commit is contained in:
sta 2021-07-18 21:47:36 +09:00
parent 13a4d4533c
commit aaa373aefd

View File

@ -257,8 +257,8 @@ namespace WebSocketSharp.Server
/// <paramref name="address"/> and <paramref name="port"/>. /// <paramref name="address"/> and <paramref name="port"/>.
/// </remarks> /// </remarks>
/// <param name="address"> /// <param name="address">
/// A <see cref="System.Net.IPAddress"/> that specifies the local IP address /// A <see cref="System.Net.IPAddress"/> that specifies the local IP
/// on which to listen. /// address on which to listen.
/// </param> /// </param>
/// <param name="port"> /// <param name="port">
/// An <see cref="int"/> that specifies the number of the port on which /// An <see cref="int"/> that specifies the number of the port on which