diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index 33ab2b0b..bff4ae61 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -154,12 +154,17 @@ namespace WebSocketSharp.Server
}
///
- /// Gets or sets a value indicating whether the used in a session emits
- /// a event when receives a Ping.
+ /// Gets or sets a value indicating whether the WebSocket instance for
+ /// a session emits the message event when receives a ping.
///
///
- /// true if the emits a event
- /// when receives a Ping; otherwise, false. The default value is false.
+ ///
+ /// true if the WebSocket instance emits the message event
+ /// when receives a ping; otherwise, false.
+ ///
+ ///
+ /// The default value is false.
+ ///
///
public bool EmitOnPing {
get {