From a0cafe5b402d35eee83ae75766c4a46dbead3963 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 11 Sep 2020 20:57:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerPrefix.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefix.cs b/websocket-sharp/Net/HttpListenerPrefix.cs index 82268ddd..8c149ca7 100644 --- a/websocket-sharp/Net/HttpListenerPrefix.cs +++ b/websocket-sharp/Net/HttpListenerPrefix.cs @@ -60,14 +60,14 @@ namespace WebSocketSharp.Net #region Internal Constructors /// - /// Initializes a new instance of the class with - /// the specified . + /// Initializes a new instance of the class + /// with the specified URI prefix. /// /// /// This constructor must be called after calling the CheckPrefix method. /// /// - /// A that represents the URI prefix. + /// A that specifies the URI prefix. /// internal HttpListenerPrefix (string uriPrefix) {