diff --git a/websocket-sharp/Net/HttpListenerPrefixCollection.cs b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
index 09631736..77fc7c07 100644
--- a/websocket-sharp/Net/HttpListenerPrefixCollection.cs
+++ b/websocket-sharp/Net/HttpListenerPrefixCollection.cs
@@ -221,17 +221,19 @@ namespace WebSocketSharp.Net
}
///
- /// Copies the contents of the collection to the specified array of .
+ /// Copies the contents of the collection to the specified array of string.
///
///
- /// An array of that receives the URI prefix strings in the collection.
+ /// An array of that receives the URI prefix strings in
+ /// the collection.
///
///
- /// An that represents the zero-based index in
- /// at which copying begins.
+ /// An that represents the zero-based index in
+ /// the array at which copying begins.
///
///
- /// The associated with this collection is closed.
+ /// The instance associated with
+ /// this collection is closed.
///
public void CopyTo (string[] array, int offset)
{