diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index f53f4d6a..05c3e866 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -593,18 +593,21 @@ namespace WebSocketSharp.Server
}
///
- /// Tries to get the WebSocket service host with the specified .
+ /// Tries to get the WebSocket service host with
+ /// the specified .
///
///
- /// true if the service is successfully found; otherwise, false.
+ /// true if the service is successfully found;
+ /// otherwise, false.
///
///
- /// A that represents the absolute path to the service to find.
+ /// A that represents the absolute path to
+ /// the service to find.
///
///
- /// When this method returns, a instance that
- /// provides the access to the information in the service, or
- /// if it's not found. This parameter is passed uninitialized.
+ /// When this method returns, a
+ /// instance that provides the access to the information in
+ /// the service or if it is not found.
///
public bool TryGetServiceHost (string path, out WebSocketServiceHost host)
{