[Modify] Edit it

This commit is contained in:
sta 2017-10-22 17:32:33 +09:00
parent e1e40f97de
commit 838e01d6e1

View File

@ -1456,12 +1456,12 @@ namespace WebSocketSharp.Server
/// Starts receiving incoming requests.
/// </summary>
/// <remarks>
/// This method does nothing if the server has already
/// started or it is shutting down.
/// This method does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// <para>
/// There is no certificate used to authenticate the server.
/// There is no server certificate for secure connections.
/// </para>
/// <para>
/// -or-