diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs index 3bdb4e3c..2996e6da 100644 --- a/websocket-sharp/Server/WebSocketBehavior.cs +++ b/websocket-sharp/Server/WebSocketBehavior.cs @@ -34,11 +34,12 @@ using WebSocketSharp.Net.WebSockets; namespace WebSocketSharp.Server { /// - /// Exposes the methods and properties used to define the behavior of a WebSocket service - /// provided by the or . + /// Exposes a set of methods and properties used to define the behavior of + /// a WebSocket service provided by the or + /// . /// /// - /// The WebSocketBehavior class is an abstract class. + /// This class is an abstract class. /// public abstract class WebSocketBehavior : IWebSocketSession {