From 67e42bcbd90a576acc519ae497a84f2570aaf315 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 3 Sep 2020 21:35:16 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerPrefixCollection.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs index 25531462..3bdf5063 100644 --- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs +++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs @@ -175,8 +175,8 @@ namespace WebSocketSharp.Net } /// - /// Returns a value indicating whether the collection contains the specified - /// URI prefix. + /// Returns a value indicating whether the collection contains the + /// specified URI prefix. /// /// /// true if the collection contains the URI prefix; otherwise, @@ -189,8 +189,8 @@ namespace WebSocketSharp.Net /// is . /// /// - /// The instance associated with this collection - /// is closed. + /// The instance associated with this + /// collection is closed. /// public bool Contains (string uriPrefix) {