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-