diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index d747ac71..241a75f7 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -429,17 +429,23 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets a value indicating whether the response uses the chunked transfer encoding.
+ /// Gets or sets a value indicating whether the response uses the chunked
+ /// transfer encoding.
///
///
- /// true if the response uses the chunked transfer encoding;
- /// otherwise, false. The default value is false.
+ ///
+ /// true if the response uses the chunked transfer encoding;
+ /// otherwise, false.
+ ///
+ ///
+ /// The default value is false.
+ ///
///
///
- /// The response has already been sent.
+ /// The response is already being sent.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public bool SendChunked {
get {