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.