diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index fcd24353..4537bc3b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -410,12 +410,17 @@ namespace WebSocketSharp } /// - /// Gets or sets a value indicating whether the emits - /// a event when receives a ping. + /// Gets or sets a value indicating whether a event + /// is emitted when a ping is received. /// /// - /// true if the emits a event - /// when receives a ping; otherwise, false. The default value is false. + /// + /// true if this instance emits a event + /// when receives a ping; otherwise, false. + /// + /// + /// The default value is false. + /// /// public bool EmitOnPing { get {