diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs index a0ae115e..7f8ec1f9 100644 --- a/websocket-sharp/CloseStatusCode.cs +++ b/websocket-sharp/CloseStatusCode.cs @@ -86,7 +86,7 @@ namespace WebSocketSharp /// /// Equivalent to close status 1007. /// Indicates that an endpoint is terminating the connection because it has received - /// a message that contains a data that isn't consistent with the type of the message. + /// a message that contains data that isn't consistent with the type of the message. /// InconsistentData = 1007, ///