diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs
index 3c534c40..74bb9da7 100644
--- a/websocket-sharp/CloseStatusCode.cs
+++ b/websocket-sharp/CloseStatusCode.cs
@@ -31,7 +31,7 @@ using System;
namespace WebSocketSharp
{
///
- /// Contains the values of the status code for the WebSocket connection close.
+ /// Indicates the status code for the WebSocket connection close.
///
///
///
@@ -47,7 +47,7 @@ namespace WebSocketSharp
public enum CloseStatusCode : ushort
{
///
- /// Equivalent to close status 1000. Indicates a normal close.
+ /// Equivalent to close status 1000. Indicates normal close.
///
Normal = 1000,
///