From d5326400fa6daa7f30c11d2605dc83cdd70117d5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 Mar 2018 19:54:05 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 1d219629..f6713614 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -833,7 +833,7 @@ namespace WebSocketSharp.Net /// Begins getting the certificate provided by the client asynchronously. /// /// - /// An that indicates the status of the + /// An instance that indicates the status of the /// operation. /// ///