diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 6dca4079..327737e7 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -1524,16 +1524,14 @@ namespace WebSocketSharp.Server
}
///
- /// Tries to get the session instance with the specified
- /// .
+ /// Tries to get the session instance with .
///
///
- /// true if the session is successfully found;
- /// otherwise, false.
+ /// true if the session is successfully found; otherwise,
+ /// false.
///
///
- /// A that represents the ID of
- /// the session to find.
+ /// A that represents the ID of the session to find.
///
///
///
@@ -1541,8 +1539,8 @@ namespace WebSocketSharp.Server
/// 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.
///
///
///