[Modify] Edit it

This commit is contained in:
sta 2017-05-10 14:14:18 +09:00
parent 440c6e42d3
commit 238e8f7116

View File

@ -71,8 +71,8 @@ namespace WebSocketSharp.Net
/// with the specified <paramref name="serverCertificate"/>.
/// </summary>
/// <param name="serverCertificate">
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate
/// used to authenticate the server.
/// A <see cref="X509Certificate2"/> that represents the certificate used to
/// authenticate the server.
/// </param>
public ServerSslConfiguration (X509Certificate2 serverCertificate)
{