From 4bc28747f5d80046a10eafb9aea4af2d1897d5d5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 13 Sep 2016 15:21:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b6761f9a..6de3831b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2201,10 +2201,10 @@ namespace WebSocketSharp /// /// /// - /// This method doesn't wait for the accept to be complete. + /// This method does not wait for the accept to be complete. /// /// - /// This method isn't available in a client. + /// This method is not available in a client. /// /// public void AcceptAsync ()