[Modify] Edit it

This commit is contained in:
sta 2020-12-04 19:35:36 +09:00
parent 9ab4ea8074
commit 147812cf4a

View File

@ -68,8 +68,8 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Copies the parameters from the specified <paramref name="configuration"/> to /// Initializes a new instance of the <see cref="ServerSslConfiguration"/>
/// a new instance of the <see cref="ServerSslConfiguration"/> class. /// class that stores the parameters copied from the specified configuration.
/// </summary> /// </summary>
/// <param name="configuration"> /// <param name="configuration">
/// A <see cref="ServerSslConfiguration"/> from which to copy. /// A <see cref="ServerSslConfiguration"/> from which to copy.