diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs
index 78cd6cd8..0628955d 100644
--- a/websocket-sharp/CloseEventArgs.cs
+++ b/websocket-sharp/CloseEventArgs.cs
@@ -111,11 +111,11 @@ namespace WebSocketSharp
}
///
- /// Gets the reason for the close.
+ /// Gets the reason for the connection close.
///
///
- /// A that represents the reason for the close
- /// if present.
+ /// A that represents the reason for
+ /// the connection close if present.
///
public string Reason {
get {