From d4dbf739fa7b53ea2ca2d2d8ea8d1d9489145df7 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 11 Nov 2015 15:17:33 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/CloseStatusCode.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ///