[Modify] Edit it

This commit is contained in:
sta 2017-04-12 15:30:26 +09:00
parent 90bbd6ba95
commit 1c63b4ba72

View File

@ -797,10 +797,10 @@ namespace WebSocketSharp.Server
/// A <c>Dictionary&lt;string, Dictionary&lt;string, bool&gt;&gt;</c>. /// A <c>Dictionary&lt;string, Dictionary&lt;string, bool&gt;&gt;</c>.
/// </para> /// </para>
/// <para> /// <para>
/// It contains a collection of pairs of a service path and /// It represents a collection of pairs of a service path and
/// another collection of pairs of a session ID and a value /// another collection of pairs of a session ID and a value
/// indicating whether a pong has been received within a time /// indicating whether a pong has been received within a time
/// from a client. /// from its client.
/// </para> /// </para>
/// </returns> /// </returns>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">