[Modify] Edit it

This commit is contained in:
sta 2017-07-17 16:18:41 +09:00
parent e603aee813
commit ea8b8f9efa

View File

@ -440,13 +440,13 @@ namespace WebSocketSharp.Server
/// the inactive sessions periodically.
/// </summary>
/// <remarks>
/// The set operation does nothing if the server has already
/// started or it is shutting down.
/// The set operation does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
/// <value>
/// <para>
/// <c>true</c> if the server cleans up the inactive sessions
/// every 60 seconds; otherwise, <c>false</c>.
/// <c>true</c> if the server cleans up the inactive sessions every
/// 60 seconds; otherwise, <c>false</c>.
/// </para>
/// <para>
/// The default value is <c>true</c>.