[Modify] Edit it

This commit is contained in:
sta 2021-07-08 19:20:30 +09:00
parent 73c94ccfc5
commit 8aebf24d2a

View File

@ -104,8 +104,8 @@ namespace WebSocketSharp.Server
/// </para>
/// </remarks>
/// <param name="port">
/// An <see cref="int"/> that represents the number of the port
/// on which to listen.
/// An <see cref="int"/> that specifies the number of the port on which
/// to listen.
/// </param>
/// <exception cref="ArgumentOutOfRangeException">
/// <paramref name="port"/> is less than 1 or greater than 65535.