diff --git a/websocket-sharp/Net/HttpStatusCode.cs b/websocket-sharp/Net/HttpStatusCode.cs
index e4730d52..2b7d2ca0 100644
--- a/websocket-sharp/Net/HttpStatusCode.cs
+++ b/websocket-sharp/Net/HttpStatusCode.cs
@@ -48,8 +48,8 @@ namespace WebSocketSharp.Net
public enum HttpStatusCode
{
///
- /// Equivalent to status code 100.
- /// Indicates that the client should continue with its request.
+ /// Equivalent to status code 100. Indicates that the client should continue
+ /// with its request.
///
Continue = 100,
///