From 06b4084a06ac978c55f976eddb775d4699f3711c Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 27 Apr 2015 17:21:08 +0900 Subject: [PATCH] Refactored a bit for CloseStatusCode.cs --- websocket-sharp/CloseStatusCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ///