diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index a774c9c6..18043ff4 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -325,23 +325,33 @@ namespace WebSocketSharp.Net
}
///
- /// Gets or sets the HTTP version used in the response.
+ /// Gets or sets the HTTP version used for the response.
///
///
- /// A that represents the version used in the response.
+ /// A that represents the HTTP version used for
+ /// the response.
///
///
/// The value specified for a set operation is .
///
///
- /// The value specified for a set operation doesn't have its Major property set to 1 or
- /// doesn't have its Minor property set to either 0 or 1.
+ ///
+ /// The value specified for a set operation does not have its Major
+ /// property set to 1.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// The value specified for a set operation does not have its Minor
+ /// property set to either 0 or 1.
+ ///
///
///
- /// The response has already been sent.
+ /// The response is already being sent.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
public Version ProtocolVersion {
get {