diff --git a/websocket-sharp/Net/WebSockets/WebSocketContext.cs b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
index 9fd09291..65c38f3f 100644
--- a/websocket-sharp/Net/WebSockets/WebSocketContext.cs
+++ b/websocket-sharp/Net/WebSockets/WebSocketContext.cs
@@ -211,11 +211,12 @@ namespace WebSocketSharp.Net.WebSockets
public abstract System.Net.IPEndPoint UserEndPoint { get; }
///
- /// Gets the instance used for
- /// two-way communication between client and server.
+ /// Gets the WebSocket instance used for two-way communication between
+ /// the client and server.
///
///
- /// A .
+ /// A used for two-way communication
+ /// using the WebSocket protocol.
///
public abstract WebSocket WebSocket { get; }