From fa243dbba857addb78fe7ed6c2f19b637978f5e9 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 22 Jul 2017 17:09:24 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index fb63ab4f..b38fea2f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -1278,7 +1278,7 @@ namespace WebSocketSharp.Server /// /// /// is converted to a URL-decoded string and - /// / is trimmed from the end of the converted string if any. + /// '/' is trimmed from the end of the converted string if any. /// /// /// The service is stopped with close status 1001 (going away) @@ -1298,7 +1298,7 @@ namespace WebSocketSharp.Server /// /// /// - /// is empty. + /// is an empty string. /// /// /// -or-