[Modify] Edit it

This commit is contained in:
sta 2017-05-23 15:18:01 +09:00
parent c1a275c132
commit 4b4dea90a7

View File

@ -208,8 +208,8 @@ namespace WebSocketSharp.Server
/// <see cref="System.Net.IPAddress.Any"/> and <paramref name="port"/>. /// <see cref="System.Net.IPAddress.Any"/> and <paramref name="port"/>.
/// </remarks> /// </remarks>
/// <param name="port"> /// <param name="port">
/// An <see cref="int"/> that represents the number of /// An <see cref="int"/> that represents the number of the port
/// the port on which to listen. /// on which to listen.
/// </param> /// </param>
/// <param name="secure"> /// <param name="secure">
/// A <see cref="bool"/>: <c>true</c> if the new instance provides /// A <see cref="bool"/>: <c>true</c> if the new instance provides