diff --git a/websocket-sharp/Server/WebSocketSessionManager.cs b/websocket-sharp/Server/WebSocketSessionManager.cs
index 380dbfa2..1578237d 100644
--- a/websocket-sharp/Server/WebSocketSessionManager.cs
+++ b/websocket-sharp/Server/WebSocketSessionManager.cs
@@ -870,10 +870,10 @@ namespace WebSocketSharp.Server
}
///
- /// Closes the specified session.
+ /// Closes the session with the specified ID.
///
///
- /// A that represents the ID of the session to close.
+ /// A that specifies the ID of the session to close.
///
///
/// is .