diff --git a/websocket-sharp/Server/WebSocketServiceHost.cs b/websocket-sharp/Server/WebSocketServiceHost.cs
index f4d9b3df..de15aacd 100644
--- a/websocket-sharp/Server/WebSocketServiceHost.cs
+++ b/websocket-sharp/Server/WebSocketServiceHost.cs
@@ -39,11 +39,12 @@ using WebSocketSharp.Net.WebSockets;
namespace WebSocketSharp.Server
{
///
- /// Exposes the methods and properties used to access the information in a WebSocket service
- /// provided by the or .
+ /// Exposes the methods and properties used to access the information in
+ /// a WebSocket service provided by the or
+ /// .
///
///
- /// The WebSocketServiceHost class is an abstract class.
+ /// This class is an abstract class.
///
public abstract class WebSocketServiceHost
{