[Modify] Edit it

This commit is contained in:
sta 2017-02-15 16:34:35 +09:00
parent 7e6d943a6e
commit a8103c8c00

View File

@ -1095,8 +1095,8 @@ namespace WebSocketSharp.Server
/// it is shutting down.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// There is no configuration or server certificate used to provide
/// secure connections.
/// There is no configuration used to provide secure connections or
/// the configuration has no server certificate.
/// </exception>
/// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to start.