[Modify] Edit it

This commit is contained in:
sta 2021-09-06 20:20:42 +09:00
parent df5758a913
commit 02c986811f

View File

@ -120,8 +120,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.