diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index 2b7d2ca0..ea4da590 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -53,8 +53,8 @@ namespace WebSocketSharp.Net
///
Continue = 100,
///
- /// Equivalent to status code 101.
- /// Indicates that the server is switching the HTTP version or protocol on the connection.
+ /// Equivalent to status code 101. Indicates that the server is switching
+ /// the HTTP version or protocol on the connection.
///
SwitchingProtocols = 101,
///