From c4b2b1c88bd581faf443acf00e62f1e43756a863 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 25 Aug 2020 21:17:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerPrefixCollection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index eb2be0c4..b5b89354 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -257,8 +257,8 @@ namespace WebSocketSharp.Net /// Removes the specified URI prefix from the collection. /// /// - /// true if the URI prefix is successfully found and removed; - /// otherwise, false. + /// true if the URI prefix is successfully removed; otherwise, + /// false. /// /// /// A that specifies the URI prefix to remove.