diff --git a/websocket-sharp/Server/WebSocketBehavior.cs b/websocket-sharp/Server/WebSocketBehavior.cs
index ef91e9e6..a56e84e7 100644
--- a/websocket-sharp/Server/WebSocketBehavior.cs
+++ b/websocket-sharp/Server/WebSocketBehavior.cs
@@ -787,7 +787,7 @@ namespace WebSocketSharp.Server
/// status code and reason.
///
///
- /// This method does nothing if the current state of the WebSocket
+ /// This method does nothing when the current state of the WebSocket
/// interface is Closing or Closed.
///
///
@@ -834,7 +834,7 @@ namespace WebSocketSharp.Server
/// The size of is greater than 123 bytes.
///
///
- /// The session has not started yet.
+ /// The Close method is not available when the session has not started yet.
///
protected void Close (CloseStatusCode code, string reason)
{