From 7a9379d186e73ed45af993e416b9e71a4c615ea0 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 8 Nov 2015 15:23:37 +0900 Subject: [PATCH] [Modify] Polish it --- websocket-sharp/Fin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Fin.cs b/websocket-sharp/Fin.cs index eddffbe4..8965c378 100644 --- a/websocket-sharp/Fin.cs +++ b/websocket-sharp/Fin.cs @@ -31,7 +31,7 @@ using System; namespace WebSocketSharp { /// - /// Contains the values that indicate whether a WebSocket frame is the final frame of a message. + /// Indicates whether a WebSocket frame is the final frame of a message. /// /// /// The values of this enumeration are defined in