diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 327737e7..713da47a 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -151,21 +151,20 @@ namespace WebSocketSharp.Server
}
///
- /// Gets the session instance with the specified .
+ /// Gets the session instance with .
///
///
///
- /// A instance or
- /// if not found.
+ /// A instance or
+ /// if not found.
///
///
- /// That session instance provides the function to
- /// access the information in the session.
+ /// The session instance provides the function to access the information
+ /// in the session.
///
///
///
- /// A that represents the ID of
- /// the session to find.
+ /// A that represents the ID of the session to find.
///
///
/// is .