diff --git a/websocket-sharp/Server/WebSocketServiceManager.cs b/websocket-sharp/Server/WebSocketServiceManager.cs
index e916e00b..828f71ba 100644
--- a/websocket-sharp/Server/WebSocketServiceManager.cs
+++ b/websocket-sharp/Server/WebSocketServiceManager.cs
@@ -204,8 +204,13 @@ namespace WebSocketSharp.Server
/// Gets the paths for the WebSocket services.
///
///
- /// An IEnumerable<string> instance that provides an enumerator
- /// which supports the iteration over the collection of the paths.
+ ///
+ /// An IEnumerable<string> instance.
+ ///
+ ///
+ /// It provides an enumerator which supports the iteration over
+ /// the collection of the paths.
+ ///
///
public IEnumerable Paths {
get {