diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
index ecc71bcd..6e855025 100644
--- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs
+++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
@@ -254,20 +254,21 @@ namespace WebSocketSharp.Net
}
///
- /// Removes the specified from the collection.
+ /// Removes the specified URI prefix from the collection.
///
///
- /// true if is successfully found and removed;
+ /// true if the URI prefix is successfully found and removed;
/// otherwise, false.
///
///
- /// A that represents the URI prefix to remove.
+ /// A that specifies the URI prefix to remove.
///
///
/// is .
///
///
- /// The associated with this collection is closed.
+ /// The instance associated with this collection
+ /// is closed.
///
public bool Remove (string uriPrefix)
{