diff --git a/websocket-sharp/Net/NetworkCredential.cs b/websocket-sharp/Net/NetworkCredential.cs
index 2e9151c4..dda6da2f 100644
--- a/websocket-sharp/Net/NetworkCredential.cs
+++ b/websocket-sharp/Net/NetworkCredential.cs
@@ -149,11 +149,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the role names to which the user associated with the credentials belongs.
+ /// Gets the roles associated with the credentials.
///
///
- /// An array of that contains the role names to which
- /// the user associated with the credentials belongs if any.
+ /// An array of that represents the role names.
///
public string[] Roles {
get {