[Modify] Edit it

This commit is contained in:
sta 2020-11-28 17:04:21 +09:00
parent 287bb1bbf4
commit c2a76388de

View File

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