[Modify] Edit it

This commit is contained in:
sta 2021-09-09 19:10:25 +09:00
parent f6db8ed83c
commit 50f57b38c9

View File

@ -249,8 +249,8 @@ namespace WebSocketSharp.Server
/// address on which to listen. /// address on which to listen.
/// </param> /// </param>
/// <param name="port"> /// <param name="port">
/// An <see cref="int"/> that represents the number of the port /// An <see cref="int"/> that specifies the number of the port on which
/// on which to listen. /// to listen.
/// </param> /// </param>
/// <exception cref="ArgumentNullException"> /// <exception cref="ArgumentNullException">
/// <paramref name="address"/> is <see langword="null"/>. /// <paramref name="address"/> is <see langword="null"/>.