diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs
index e9977667..f6585243 100644
--- a/websocket-sharp/WebSocket.cs
+++ b/websocket-sharp/WebSocket.cs
@@ -641,11 +641,16 @@ namespace WebSocketSharp
}
///
- /// Gets the name of the subprotocol selected by server.
+ /// Gets the name of subprotocol selected by the server.
///
///
- /// A that will be one of the names of the subprotocols
- /// specified by client, or an empty string if not specified or selected.
+ ///
+ /// A that will be one of the names of
+ /// subprotocols specified by client.
+ ///
+ ///
+ /// An empty string if not specified or selected.
+ ///
///
public string Protocol {
get {