diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs
index 5a2230d7..73e12119 100644
--- a/websocket-sharp/Server/WebSocketServer.cs
+++ b/websocket-sharp/Server/WebSocketServer.cs
@@ -930,16 +930,14 @@ namespace WebSocketSharp.Server
///
/// Removes a WebSocket service with the specified .
///
- ///
- /// This method converts to a URL-decoded string,
- /// and removes '/' from tail end of .
- ///
///
/// true if the service is successfully found and removed;
/// otherwise, false.
///
///
- /// A that represents an absolute path to the service.
+ /// A that represents an absolute path to
+ /// the service. It will be converted to a URL-decoded string,
+ /// and will be removed '/' from tail end if any.
///
public bool RemoveWebSocketService (string path)
{