diff --git a/websocket-sharp/CloseEventArgs.cs b/websocket-sharp/CloseEventArgs.cs
index a3445e1e..78cd6cd8 100644
--- a/websocket-sharp/CloseEventArgs.cs
+++ b/websocket-sharp/CloseEventArgs.cs
@@ -98,11 +98,11 @@ namespace WebSocketSharp
#region Public Properties
///
- /// Gets the status code for the close.
+ /// Gets the status code for the connection close.
///
///
- /// A that represents the status code for the close
- /// if present.
+ /// A that represents the status code for
+ /// the connection close if present.
///
public ushort Code {
get {