From 79ea2b74c7480ef6a0fd9ddbee309aaa64de4edc Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 3 May 2015 15:07:54 +0900 Subject: [PATCH] Refactored a few for CloseStatusCode.cs --- websocket-sharp/CloseStatusCode.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs index 61e60fdf..c66a1efa 100644 --- a/websocket-sharp/CloseStatusCode.cs +++ b/websocket-sharp/CloseStatusCode.cs @@ -102,14 +102,14 @@ namespace WebSocketSharp TooBig = 1009, /// /// Equivalent to close status 1010. - /// Indicates that the client is terminating the connection because it has expected - /// the server to negotiate one or more extension, but the server didn't return them - /// in the handshake response. + /// Indicates that a client is terminating the connection because it has expected + /// the server to negotiate one or more extension, but the server didn't return + /// them in the handshake response. /// MandatoryExtension = 1010, /// /// Equivalent to close status 1011. - /// Indicates that the server is terminating the connection because it has encountered + /// Indicates that a server is terminating the connection because it has encountered /// an unexpected condition that prevented it from fulfilling the request. /// ServerError = 1011,