diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index 2a4536aa..5d9cad31 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -1005,17 +1005,18 @@ namespace WebSocketSharp.Server
/// Tries to get the host instance for a WebSocket service with
/// the specified .
///
- ///
- /// is converted to a URL-decoded string and
- /// / is trimmed from the end of the converted string if any.
- ///
///
/// true if the service is successfully found;
/// otherwise, false.
///
///
- /// A that represents an absolute path to
- /// the service to find.
+ ///
+ /// A that represents an absolute path to
+ /// the service to find.
+ ///
+ ///
+ /// / is trimmed from the end of the string if present.
+ ///
///
///
///