From 93db5dba56af6510c38d7d8f9651e695b9762be0 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 31 Dec 2019 17:26:20 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 82439610..4ddd86a4 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -648,8 +648,8 @@ namespace WebSocketSharp.Net /// the response to the request. /// /// - /// The default value is 200. It is same as - /// . + /// The default value is 200. It indicates that the request has + /// succeeded. /// /// ///