diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index 2b24723c..e6e0a616 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -123,11 +123,17 @@ namespace WebSocketSharp.Net
}
///
- /// Gets a value indicating whether the access to the collection is thread safe.
+ /// Gets a value indicating whether the access to the collection is
+ /// thread safe.
///
///
- /// true if the access to the collection is thread safe; otherwise, false.
- /// The default value is false.
+ ///
+ /// true if the access to the collection is thread safe;
+ /// otherwise, false.
+ ///
+ ///
+ /// The default value is false.
+ ///
///
public bool IsSynchronized {
get {