From 8231649bb6b80264c981857f270ad99793563d46 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 28 Oct 2017 17:58:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index cf25c8a6..a8de69ed 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -59,8 +59,14 @@ namespace WebSocketSharp /// Implements the WebSocket interface. /// /// - /// The WebSocket class provides a set of methods and properties for two-way communication using - /// the WebSocket protocol (RFC 6455). + /// + /// This class provides a set of methods and properties for two-way + /// communication using the WebSocket protocol. + /// + /// + /// The WebSocket protocol is defined in + /// RFC 6455. + /// /// public class WebSocket : IDisposable {