diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index d6b618a7..0f1f56cf 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -473,13 +473,14 @@ namespace WebSocketSharp.Server
/// Adds a WebSocket service with the specified behavior,
/// , and .
///
- ///
- /// is converted to a URL-decoded string and
- /// / is trimmed from the end of the converted string if any.
- ///
///
- /// A that represents an absolute path to
- /// the service to add.
+ ///
+ /// A that represents an absolute path to
+ /// the service to add.
+ ///
+ ///
+ /// / is trimmed from the end of the string if present.
+ ///
///
///
///